// FIXME:   Property.set(cls, "speed" , propert.SPEED_AVERAGE); // for editor


// technics.ini
//
//  All characteristics of artillery and vehicles objects are stored in this
//  text section file .
//  Name of section in the file is same as last name in full class name
//  of corresponding object:
//    "com.maddox.il2.objects.vehicles.tanks.PzIVF2" --> "[PzIVF2]"
//    "com.maddox.il2.objects.vehicles.artillery.Artillery$ML20" --> "[ML20]"
//
// Note: comments with 'FIXME:' means "to do" tasks
//       comments with '??' marks estimated values, because real values unknown
//


[_ForDescriptionOfCommentsOnly_]
Description  Some description of object.    // Any text. Currently not used.

Icon         antiaircraft   // name of icon (without extension and common path)

//
// Models
//

MeshSummer   3do/Tanks/M4A2/Summer/hier.him      // full filename of mesh
MeshDesert                   // optional (if missing, MeshSummer will be used)
MeshWinter                   // optional (if missing, MeshSummer will be used)

// Following items (at least MeshSummerDamage) are required for cars.
// Do not set them for tanks: it means "this is an armed car".
MeshSummerDamage  3do/xxx    // full filename of mesh
MeshDesertDamage             // optional (if missing, MeshSummerDamage will be used)
MeshWinterDamage             // optional (if missing, MeshSummerDamage will be used)

//
// Panzer
//

// Panzer's thickness (in meters). For pure artillery objects
// you can specify 'PanzerBodyFront' only.
PanzerBodyFront            0.05
PanzerBodyBack             0.05
PanzerBodySide             0.05
PanzerBodyTop              0.05
PanzerHead                 0.05
PanzerHeadTop              0.05

PanzerSubtype          0    ; 0 - 7

//                                                / Weapon
//

// Gun's class name (prefix "com.maddox.il2.objects.weapons." is auto-added)
Gun                  CannonKwK43

// Number of shells. Used only mor moving technics. Stacionar units
// (like artillery, stacionar tanks...) ignore it (assuming unlimmited
// ammunition for stacionar units).
NumShells            75

// Attack sphere (used by Predator interface)
AttackMaxDistance    4000.0           // meters
// Attack cylinder
AttackMaxRadius      4000.0           // meters
AttackMaxHeight      4000.0           // meters

// Gun/head angles & speeds
HeadYawHalfRange       30.0           // deg (0-89, 180) (>=180 - full circle)
GunMinPitch            -5.0           // degrees
GunStdPitch             0.0           // degrees
GunMaxPitch           +25.0           // degrees
HeadMaxYawSpeed         4.5           // deg/sec
GunMaxPitchSpeed        4.5           // deg/sec
DelayAfterShoot        12.0           // sec
ChainfireTime           0.0           // sec (chain - >0, singleshot - 0)

//
// Moving (nor used nor required by pure artillery objects)
//

// Name of sound effect used when object moving
SoundMove    models.Tank

// Need to stay when firing
StayWhenFire              0           // 0-move, 1-stay)

// Speed
SpeedAverage   1.0                    // km/h
SpeedMax       2.0                    // km/h
SpeedBack      1.0                    // km/h
RotSpeedMax    30.0                   // deg/sec
RotInvisAng    360.0                  // deg

// Spacing
BestSpace           2.0   // best space between units in group (m)
AfterCollisionDist  0.1   // distance of "moving back" right after collision (m)
CommandInterval    20.0   // time interval between asking move commands (sec)
StayInterval       30.0   // time in 'stay' mode (before reasking move command)


[_Ship_ForDescriptionOfCommentsOnly_]
Description  Some description of object.    // Any text. Currently not used.

Icon         ship           // name of icon (without extension and common path)

//
// Models
//

Mesh     3do/Tanks/M4A2/Summer/hier.him      // full filename of mesh

// FIXME: not supported yet! must to write code!
SoundMove    models.Tank

//
// Panzer
//

// Panzer's thickness (in meters).
Panzer           0.05

// Possibility to die when an shell penetrates the armor.
// Note: 5 times powerfull hit than mimimal required to penetrate always kills.
ProbabDeathWhenShot  0.3              // 0.01 - 1.00

// Sensitivity to explosions
IgnoreTNT            0.024            // threshold (TNT, kg)
KillTNT              0.075            // threshold (TNT, kg)

// Speed
SpeedAverage   1.0                    // km/h


// Weapons for the ship must be locted in sections [ShipName:GunN], where
// N is number of the gun, starting from 0.
// Inside of this section must be following parameters of gun:

// Gun's class name (prefix "com.maddox.il2.objects.weapons." is auto-added)
Gun                  CannonKwK43

// Attack sphere (used by Predator interface)
AttackMaxDistance    4000.0           // meters
// Attack cylinder
AttackMaxRadius      4000.0           // meters
AttackMaxHeight      4000.0           // meters

// Gun/head angles & speeds
HeadMinPitch         -180.0           // degrees
HeadStdPitch            0.0           // degrees
HeadMaxPitch         +180.0           // degrees
GunMinPitch            -5.0           // degrees
GunStdPitch             0.0           // degrees
GunMaxPitch           +25.0           // degrees
HeadMaxYawSpeed         4.5           // deg/sec
GunMaxPitchSpeed        4.5           // deg/sec
DelayAfterShoot        12.0           // sec
ChainfireTime           0.0           // sec (chain - >0, singleshot - 0)


//======================================================================
//
// Tank panzer vulnerability table
//
//======================================================================

; Number of shots to kill gun (panzer thickness(meters) \ energy)
[_ArtilleryShotPanzer_]
;thick\energy  0.00  7.62- 7.62    12.7    20.0    37.0    45.0    75.0
                  0  1000  3500   10000   27250  160000  300000 1100000
0.010          9999    60    20      10     2.5     0.9     0.0     0.0   ; machine guns
0.020          9999    90    30      15     4.0     1.3     0.0     0.0   ; mid guns
0.030          9999   140    35      17     5.0     1.5     1.1     0.0   ; heavy guns

; Number of shots to kill tank (panzer thickness(meters) \ energy)
[_TankShotPanzer_]
;thick\energy  0.00  7.62- 7.62    12.7    20.0    37.0    45.0    75.0     100     150
                  0  1000  3500   10000   27250  160000  300000 1100000 4800000 8000000
0.000          9999    60  10.0     2.0     0.0     0.0     0.0     0.0     0.0     0.0
0.005          9999   100    15       5       2     0.5     0.0     0.0     0.0     0.0
0.010          9999   400    35      20       8     0.8     0.1     0.0     0.0     0.0
0.015          9999  9999  1000      40      18     1.0     0.4     0.1     0.0     0.0
0.020          9999  9999  9999     700      28     1.3     0.5     0.2     0.0     0.0
0.025          9999  9999  9999     900      50     1.5     0.8     0.3     0.0     0.0
0.030          9999  9999  9999    2000     120     1.8     1.5     0.9     0.0     0.0
0.040          9999  9999  9999    9999     200       3     1.8     1.1     0.1     0.0
0.050          9999  9999  9999    9999    1000      10       5     1.5     0.6     0.0
0.070          9999  9999  9999    9999    9999     500      50     1.9     0.8     0.1
0.100          9999  9999  9999    9999    9999    2000    1000       6     1.0     0.5
0.150          9999  9999  9999    9999    9999    9999    9999     100       5     0.8
0.200          9999  9999  9999    9999    9999    9999    9999     800     200      15

; Number of shots to kill Car (panzer thickness(meters) \ energy)
[_CarShotPanzer_]
;thick\energy  0.00  7.62- 7.62    12.7    20.0    37.0    45.0
                  0  1000  3500   10000   27250  160000  300000
0.000          9999     1   0.5     0.0     0.0     0.0     0.0
0.001          9999     2   1.1     0.0     0.0     0.0     0.0
0.002          9999    60    10       5       2     0.5     0.0
0.005          9999    75    18       8       3     1.0     0.0
0.010          9999   160    50      28       4     1.1     0.0
0.015          9999  9999  9999     800       5     1.5     0.0

; Number of shots to kill stationary Plane (panzer thickness(meters) \ energy)
[_PlaneShotPanzer_]
;thick\energy  0.00  7.62- 7.62    12.7    20.0    37.0    45.0    75.0     100
                  0  1000  3500   10000   27250  160000  300000 1100000 4800000
0.002          9999   250   105      42       6     2.0     1.0     0.0     0.0  ; fighter
0.008          9999   600   175      60      12     4.0     1.7     0.9     0.0  ; bomber


; TNT to kill car (panzer explosion vulnerability type \ TNT(kg))
; note: when a bomb exploded: max received TNT is bombTNT*0.5
[_ArtilleryExplodePanzer_]
;type\TNTkg 0(0.0) 0(0.2) 1(0.3) 5(2.0) 10(4.5) 25(12.5) 50(24)
              0.0    0.1   0.15    1.0    2.25    6.25     12.0
1            9999      5    1.2      1     0.0     0.0      0.0     ; machine guns
2            9999     15    4.5      2       1     0.0      0.0     ; mid guns
3            9999     30    7.0      4     1.5       1      0.0     ; heavy guns

; TNT to kill tank (panzer explosion vulnerability type \ TNT(kg))
; note: when a bomb exploded: max received TNT is bombTNT*0.5
[_TankExplodePanzer_]
;type\TNTkg 0(1.0) 5(2.0) 10(4.5) 25(12.5) 50(24) 100(45) 250(125)
              0.5    1.0   2.25    6.25     12.0   22.5     62.5
1            9999     15      3       2      0.7    0.0      0.0   ; tanks  7 tonns
2            9999     60     15       8      0.9    0.0      0.0   ; tanks 12 tonns
3            9999   9999   2000     100      1.3    0.8      0.0   ; tanks 22 tonns
4            9999   9999   9999    2000      1.4    0.9      0.0   ; tanks 31 tonns
5            9999   9999   9999    2500      2.0    1.0      0.0   ; tanks 45 tonns
6            9999   9999   9999    3000      4.0    1.5      0.0   ; tanks 55 tonns
7            9999   9999   9999    5000      7.0    2.0      0.0   ; tanks 70 tonns

; TNT to kill car (panzer explosion vulnerability type \ TNT(kg))
; note: when a bomb exploded: max received TNT is bombTNT*0.5
[_CarExplodePanzer_]
;type\TNTkg 0(0.0) 0(0.2) 1(0.3) 5(2.0) 10(4.5) 25(12.5) 50(24)
              0.0    0.1   0.15    1.0    2.25    6.25     12.0
1            9999      6      1    0.0     0.0     0.0      0.0  ; motorcycles
2            9999     12      2      1     0.0     0.0      0.0  ; city cars
3            9999     70     10    3.5     1.6     1.0      0.0  ; trucks
4            9999    150     22     12     2.8     1.2      0.0  ; half-trucks

; TNT to kill stationary plane (panzer thickness \ TNT(kg))
; note: when a bomb exploded: max received TNT is bombTNT*0.5
[_PlaneExplodePanzer_]
;thick\TNTkg 0(0.0) 0(0.2) 1(0.3) 5(2.0) 10(4.5) 25(12.5) 50(24)
               0.0    0.1  0.15    1.0    2.25    6.25     12.0
0.002         9999     90    10      5       2       1      0.0  ; fighter
0.008         9999    200    20     10       4       2      0.0  ; bomber


//======================================================================
//
// Pure artillery
//
//======================================================================

[ATG38_45mm]
Description  Russian field gun  (45mm, year 1938)
Icon         fieldgun

// Mesh
MeshSummer         3do/Artillery/Russia/ATG38_45mm/Live.him
MeshSummerDamage   3do/Artillery/Russia/ATG38_45mm/Dead.sim
MeshWinter         3do/Artillery/Russia/ATG38_45mm_W/Live.him
MeshWinterDamage   3do/Artillery/Russia/ATG38_45mm_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

// Weapon
Gun                  CannonHun41M40_51
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      3000.0
HeadYawHalfRange       23.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         4.5      // ??
GunMaxPitchSpeed        4.5      // ??
DelayAfterShoot         5.0
ChainfireTime             0
FireFastTargets           0

[M30_122mm]
Description  USSR's "howitzer" (122mm, year 1938)
Icon         fieldgun

// Mesh
MeshSummer         3do/Artillery/Russia/M30_122mm/Live.him
MeshSummerDamage   3do/Artillery/Russia/M30_122mm/Dead.sim
MeshWinter         3do/Artillery/Russia/M30_122mm_W/Live.him
MeshWinterDamage   3do/Artillery/Russia/M30_122mm_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonM30
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      6000.0
HeadYawHalfRange       15.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +30.0
HeadMaxYawSpeed         4.5      // ??
GunMaxPitchSpeed        4.5      // ??
DelayAfterShoot        12.0
ChainfireTime             0
FireFastTargets           0

[ML20]
Description  USSR's "howitzer" ML-20 (152mm, year 1937)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Russia/ML-20/Live.him
MeshWinter         3do/Artillery/Russia/ML-20_W/Live.him
MeshSummerDamage   3do/Artillery/Russia/ML-20/Dead.sim
MeshWinterDamage   3do/Artillery/Russia/ML-20_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonML20
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      6000.0
HeadYawHalfRange       23.5
GunMinPitch            -2.0
GunStdPitch             0.0
GunMaxPitch           +44.0
HeadMaxYawSpeed         4.5      // ??
GunMaxPitchSpeed        4.5      // ??
DelayAfterShoot        17.0
ChainfireTime             0
FireFastTargets           0


[Howitzer_150mm]
Description  Germany "howitzer" (150mm, year 1918)
Icon         fieldgun

// Mesh
MeshSummer   3do/Artillery/Germany/Howitzer_150mm/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonHowitzer_150mm
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      6000.0
HeadYawHalfRange       30.0
GunMinPitch             0.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         4.5      // ??
GunMaxPitchSpeed        4.5      // ??
DelayAfterShoot        12.0
ChainfireTime             0
FireFastTargets           0


[M2A1_105mm]
Description  US howitzer M2A1 (105mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/US/M2A1_105mm_Hov/live.him
MeshSummerDamage 3do/Artillery/US/M2A1_105mm_Hov/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype      2.5
PanzerBodyFront  0.025

// Weapon
Gun                  CannonM2A1_105mm
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      6000.0
HeadYawHalfRange       23.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +66.0
HeadMaxYawSpeed         5.0      // ??
GunMaxPitchSpeed        5.0      // ??
DelayAfterShoot        15.0
ChainfireTime             0
FireFastTargets           0


[ZIS3]
Description  Russian field gun ZIS-3 (76.2mm, year 1937)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Russia/ZIS-3/Live.him
MeshWinter         3do/Artillery/Russia/ZIS-3_W/Live.him
MeshSummerDamage   3do/Artillery/Russia/ZIS-3/Dead.sim
MeshWinterDamage   3do/Artillery/Russia/ZIS-3_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2.3
PanzerBodyFront  0.023

// Weapon
Gun                  CannonZIS3
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadYawHalfRange       23.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         6.0      // ??
GunMaxPitchSpeed        6.0      // ??
DelayAfterShoot         2.2
ChainfireTime             0
FireFastTargets           0


[M5_75mm]
Description  USA field gun M5 (75mm)
Icon         fieldgun

// Models
MeshSummer        3do/Artillery/US/M5_75mmATG/live.him
MeshSummerDamage  3do/Artillery/US/M5_75mmATG/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype       2.3
PanzerBodyFront  0.023

// Weapon
Gun                  CannonM5_75mm
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadYawHalfRange       27.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +37.0
HeadMaxYawSpeed         6.0      // ??
GunMaxPitchSpeed        6.0      // ??
DelayAfterShoot         2.2
ChainfireTime             0
FireFastTargets           0


[PaK35]
Description  Germany field gun PaK-35/36 (37mm, year 1935/1936)
Icon         fieldgun

// Mesh
MeshSummer         3do/Artillery/Germany/PaK35/Live.him
MeshSummerDamage   3do/Artillery/Germany/PaK35/Dead.sim
MeshWinter         3do/Artillery/Germany/PaK35_W/Live.him
MeshWinterDamage   3do/Artillery/Germany/PaK35_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

// Weapon
Gun                  CannonKwK37
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      1600.0
HeadYawHalfRange       23.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         6.5      // ??
GunMaxPitchSpeed        6.5      // ??
DelayAfterShoot         5.5
ChainfireTime             0
FireFastTargets           0


[PaK38]
Description  Germany field gun PaK-38 (50mm, year 1938)
Icon         fieldgun

// Models
MeshSummer   3do/Artillery/Germany/PaK38/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

// Weapon
Gun                  CannonPaK38
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      3000.0
HeadYawHalfRange       23.5
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +27.0
HeadMaxYawSpeed         6.5      // ??
GunMaxPitchSpeed        6.5      // ??
DelayAfterShoot         5.5
ChainfireTime             0
FireFastTargets           0


[PaK40]
Description  Germany field gun PaK-40 (75mm, year 1940)
Icon         fieldgun

// Mesh
MeshSummer         3do/Artillery/Germany/PaK40/Live.him
MeshSummerDamage   3do/Artillery/Germany/PaK40/Dead.sim
MeshWinter         3do/Artillery/Germany/PaK40_W/Live.him
MeshWinterDamage   3do/Artillery/Germany/PaK40_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonM5_75mm
AttackMaxDistance    1200.0
AttackMaxRadius      1200.0
AttackMaxHeight      4000.0
HeadYawHalfRange       23.5
GunMinPitch            -3.5
GunStdPitch             0.0
GunMaxPitch           +12.0
HeadMaxYawSpeed         4.5      // ??
GunMaxPitchSpeed        4.5      // ??
DelayAfterShoot         5.0
ChainfireTime             0
FireFastTargets           0


[Flak30_20mm]
Description  German machine gun Flak 30, 20mm
Icon         antiaircraft

// Models
MeshSummer   3do/Artillery/Germany/Flak30_20mm/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunFlak30_20mm
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       18.0
DelayAfterShoot         2.2
ChainfireTime           5.2

[Flak38_20mm]
Description  German antiaircraft gun Flak 38, 20mm
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Germany/Flak38_20mm/Live.him
MeshSummerDamage   3do/Artillery/Germany/Flak38_20mm/Dead.sim
MeshWinter         3do/Artillery/Germany/Flak38_20mm_W/Live.him
MeshWinterDamage   3do/Artillery/Germany/Flak38_20mm_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunFlak30_20mm
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       36.0
DelayAfterShoot         2.2
ChainfireTime           5.2


[Flak18_37mm]
Description  German antiaircraft gun Flak 18, 37mm
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Germany/Flak18_37mm/Live.him
MeshSummerDamage   3do/Artillery/Germany/Flak18_37mm/Dead.sim
MeshWinter         3do/Artillery/Germany/Flak18_37mm_W/Live.him
MeshWinterDamage   3do/Artillery/Germany/Flak18_37mm_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunBoforsUS40
AttackMaxDistance    3276.0
AttackMaxRadius      3276.0
AttackMaxHeight      2386.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        52.0
GunMaxPitchSpeed       48.0
DelayAfterShoot         1.0
ChainfireTime           4.0


[Flak18_88mm]
Description  German antiaircraft gun Flak 18, 88mm
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Germany/Flak18_88mm/Live.him
MeshSummerDamage   3do/Artillery/Germany/Flak18_88mm/Dead.sim
MeshWinter         3do/Artillery/Germany/Flak18_88mm_W/Live.him
MeshWinterDamage   3do/Artillery/Germany/Flak18_88mm_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonFlak18_88mm
AttackMaxDistance    5000.0
AttackMaxRadius      5000.0
AttackMaxHeight     10600.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed        4.0
DelayAfterShoot         3.0
ChainfireTime             0


[Maxime]
Description  Russian AA gun 7.62mm (MG)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/Maxime/Live.him
MeshSummerDamage   3do/Artillery/Russia/Maxime/Dead.sim
// FIXME: make winter camouflage   winter???

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.001

// Weapon
Gun                  MMGunShKASt //we use shells of this gun
//NumShells          1260
AttackMaxDistance    1600.0
AttackMaxRadius      1600.0
AttackMaxHeight      1400.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +82.0
HeadMaxYawSpeed          90      // ??
GunMaxPitchSpeed         90      // ??
DelayAfterShoot         1.5
ChainfireTime           3.0
FastTargetsAngleError   2.0


[Maxime4]
Description  Russian AA gun 4x7.62mm (MG)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/Maxime4/Live.him
MeshSummerDamage   3do/Artillery/Russia/Maxime4/Dead.sim
MeshWinter         3do/Artillery/Russia/Maxime4_W/Live.him
MeshWinterDamage   3do/Artillery/Russia/Maxime4_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.001

// Weapon
Gun                  MMGunShKASt //we use shells of this gun
//NumShells          1260
AttackMaxDistance    1600.0
AttackMaxRadius      1600.0
AttackMaxHeight      1400.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +82.0
HeadMaxYawSpeed          90      // ??
GunMaxPitchSpeed         90      // ??
DelayAfterShoot         0.375
ChainfireTime           3.0
FastTargetsAngleError   2.0


[Zenit25mm_1940]
Description  Russian machine gun 72-K (25mm, 1940)
Icon         antiaircraft

// Models
MeshSummer   3do/Artillery/Russia/Zenit25mm_1940/hier_s.him
// FIXME: make winter camouflage

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunZenit25mm_1940
AttackMaxDistance    2000.0
AttackMaxRadius      2000.0
AttackMaxHeight      2000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +82.0
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       15.0
DelayAfterShoot         2.2
ChainfireTime           5.5


[Zenit61K]
Description  Russian antiaircraft gun 61-K, (37mm, year 1939)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/Zenit61K/Live.him
MeshSummerDamage   3do/Artillery/Russia/Zenit61K/Dead.sim
MeshWinter         3do/Artillery/Russia/Zenit61K_W/Live.him
MeshWinterDamage   3do/Artillery/Russia/Zenit61K_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

// Weapon
Gun                  MachineGun61K
AttackMaxDistance    2800.0
AttackMaxRadius      2800.0
AttackMaxHeight      4000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        19.6
GunMaxPitchSpeed       15.0
ChainfireTime           4.5
DelayAfterShoot         2.8


[Zenit3K]
Description  Russian antiaircraft gun 3-K, (76mm, year 1931)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/Zenit3K/Live.him
MeshSummerDamage   3do/Artillery/Russia/Zenit3K/Dead.sim
MeshWinter         3do/Artillery/Russia/Zenit3K_W/Live.him
MeshWinterDamage   3do/Artillery/Russia/Zenit3K_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonAntiAir76
AttackMaxDistance    5000.0
AttackMaxRadius      5000.0
AttackMaxHeight      9000.0
HeadYawHalfRange      180.0
GunMinPitch            -3.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed        4.0
DelayAfterShoot         3.0
ChainfireTime             0


[Zenit85mm_1939]
Description  Russian antiaircraft gun: 85mm (year 1939)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/Zenit85mm_1939/Live.him
MeshWinter         3do/Artillery/Russia/Zenit85mm_1939_W/Live.him
MeshSummerDamage   3do/Artillery/Russia/Zenit85mm_1939/Dead.sim
MeshWinterDamage   3do/Artillery/Russia/Zenit85mm_1939_W/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonAntiAir85
AttackMaxDistance    5000.0
AttackMaxRadius      5000.0
AttackMaxHeight     10500.0
HeadYawHalfRange      180.0
GunMinPitch            -3.0
GunStdPitch            45.0
GunMaxPitch           +82.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed        4.0
DelayAfterShoot         3.0
ChainfireTime             0


[Bofors_40mm_UK]
Description  UK's machine gun Bofors MkIII 40mm
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/US/Bofors_40mm_UK/live.him
MeshSummerDamage 3do/Artillery/US/Bofors_40mm_UK/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunBoforsUS40
AttackMaxDistance     9830.0
AttackMaxRadius       9830.0
AttackMaxHeight       7160.0
HeadYawHalfRange       180.0
GunMinPitch            -15.0
GunStdPitch             45.0
GunMaxPitch            +89.5
HeadMaxYawSpeed         26.0
GunMaxPitchSpeed        24.0
ChainfireTime            2.0
DelayAfterShoot          0.5


[Bofors_40mm_US]
Description  USA's machine gun Bofors M1 40mm
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/US/Bofors_40mm_US/live.him
MeshSummerDamage 3do/Artillery/US/Bofors_40mm_US/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunBoforsUS40
AttackMaxDistance     9679.0
AttackMaxRadius       9679.0
AttackMaxHeight       6797.0
HeadYawHalfRange       180.0
GunMinPitch            -15.0
GunStdPitch             45.0
GunMaxPitch            +89.5
HeadMaxYawSpeed         26.0
GunMaxPitchSpeed        24.0
ChainfireTime            2.0
DelayAfterShoot          0.5


[StBofors_40mm_UK]
Description  UK's static machine gun Bofors MkIII 40mm
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/US/StBofors_40mm_UK/live.him
MeshSummerDamage 3do/Artillery/US/StBofors_40mm_UK/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunBoforsUS40
AttackMaxDistance     9830.0
AttackMaxRadius       9830.0
AttackMaxHeight       7160.0
HeadYawHalfRange       180.0
GunMinPitch            -15.0
GunStdPitch             45.0
GunMaxPitch            +89.5
HeadMaxYawSpeed         26.0
GunMaxPitchSpeed        24.0
ChainfireTime            2.0
DelayAfterShoot          0.5


[StBofors_40mm_US]
Description  USA's static machine gun Bofors M1 40mm
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/US/StBofors_40mm_US/live.him
MeshSummerDamage 3do/Artillery/US/StBofors_40mm_US/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunBoforsUS40
AttackMaxDistance     9679.0
AttackMaxRadius       9679.0
AttackMaxHeight       6797.0
HeadYawHalfRange       180.0
GunMinPitch            -15.0
GunStdPitch             45.0
GunMaxPitch            +89.5
HeadMaxYawSpeed         26.0
GunMaxPitchSpeed        24.0
ChainfireTime            2.0
DelayAfterShoot          0.5


[Type88_75mm_JA]
Description  Japanese antiaircraft gun type 88 (75mm)
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/Japan/Type88_AA/live.him
MeshSummerDamage 3do/Artillery/Japan/Type88_AA/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       3
PanzerBodyFront  0.030

// Weapon
Gun                  CannonJA_75_Type88
AttackMaxDistance    5000.0
AttackMaxRadius      5000.0
AttackMaxHeight      9000.0
HeadYawHalfRange      180.0
GunMinPitch            -3.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed        4.0
DelayAfterShoot         3.0
ChainfireTime             0
FireFastTargets           1


[Type94_37mm_JA]
Description  Japanese field gun type 94 (37mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/37mm_ATG/live.him
MeshSummerDamage 3do/Artillery/Japan/37mm_ATG/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

Gun                  CannonKwK37
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      1600.0
HeadYawHalfRange       23.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         6.5      // ??
GunMaxPitchSpeed        6.5      // ??
DelayAfterShoot         5.5
ChainfireTime             0
FireFastTargets           0


[Twin25mm_JA]
Description  Japanese machine gun type 96 (25mm)
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/Japan/Twin25mm_JA/live.him
MeshSummerDamage 3do/Artillery/Japan/Twin25mm_JA/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunFlak25mm_JA
AttackMaxDistance    2200.0  //7500.0
AttackMaxRadius      2200.0  //3000.0
AttackMaxHeight      2200.0  //3000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       15.0
DelayAfterShoot         2.2
ChainfireTime           4.0


[Trip25mm_JA]
Description  Japanese machine gun type 96 (25mm) (triple)
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/Japan/Trip25mm_JA/live.him
MeshSummerDamage 3do/Artillery/Japan/Trip25mm_JA/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunFlak25mm_x3_JA
AttackMaxDistance    2200.0  //7500.0
AttackMaxRadius      2200.0  //3000.0
AttackMaxHeight      2200.0  //3000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       15.0
DelayAfterShoot         2.2
ChainfireTime           4.0


[Type98_20mm_JA]
Description  Japanese antiaircraft gun type 98 (20mm)
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/Japan/Type98_20mm_AA/live.him
MeshSummerDamage 3do/Artillery/Japan/Type98_20mm_AA/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.010

// Weapon
Gun                  MachineGunFlak30_20mm
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch            45.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        38.0
GunMaxPitchSpeed       18.0
DelayAfterShoot         2.2
ChainfireTime           5.5
FireFastTargets           1


[_50calMG_water_US]
Description  USA's antiaircraft gun 12.7mm (50 cal MG)
Icon         antiaircraft

// Models
MeshSummer       3do/Artillery/US/50calMG_water/live.him
MeshSummerDamage 3do/Artillery/US/50calMG_water/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.005

// Weapon
Gun                  MachineGunM2HB
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed         60      // ??
GunMaxPitchSpeed        50      // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1


[BunkerA_gun]
Description  Japanese bunker machine gun type 99 (7,7mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/BunkerA_gun/live.him
MeshSummerDamage 3do/Artillery/Japan/BunkerA_gun/dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    3
PanzerBodyFront  0.050

// Weapon
Gun                  MachineGunJA_077_Type99
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      800.0
HeadYawHalfRange       45.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         50      // ??
GunMaxPitchSpeed        35      // ??
DelayAfterShoot         2.0
ChainfireTime           5.0
FireFastTargets           0

[BunkerA2_gun]
Description  Japanese bunker machine gun type 99 (7,7mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/BunkerA2_gun/live.him
MeshSummerDamage 3do/Artillery/Japan/BunkerA2_gun/dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    3
PanzerBodyFront  0.050

// Weapon
Gun                  MachineGunJA_077_Type99
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      800.0
HeadYawHalfRange       45.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         50      // ??
GunMaxPitchSpeed        35      // ??
DelayAfterShoot         2.0
ChainfireTime           5.0
FireFastTargets           0

[BunkerD_gun]
Description  Japanese bunker machine gun type 99 (7,7mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/BunkerD_gun/live.him
MeshSummerDamage 3do/Artillery/Japan/BunkerD_gun/dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    3
PanzerBodyFront  0.060

// Weapon
Gun                  MachineGunJA_077_Type99
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      800.0
HeadYawHalfRange       45.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         50      // ??
GunMaxPitchSpeed        35      // ??
DelayAfterShoot         2.0
ChainfireTime           5.0
FireFastTargets           0

[BunkerS2_gun]
Description  Japanese bunker machine gun type 99 (7,7mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/BunkerS2_gun/live.him
MeshSummerDamage 3do/Artillery/Japan/BunkerS2_gun/dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    3
PanzerBodyFront  0.050

// Weapon
Gun                  MachineGunJA_077_Type99
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      800.0
HeadYawHalfRange       45.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         50      // ??
GunMaxPitchSpeed        35      // ??
DelayAfterShoot         2.0
ChainfireTime           5.0
FireFastTargets           0


[Type38_75mm]
Description  Japanese field gun type 38 (75mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/Type38_75mm_FG/live.him
MeshSummerDamage 3do/Artillery/Japan/Type38_75mm_FG/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

Gun                CannonM5_75mm //we use shells of this gun
AttackMaxDistance     3500.0
AttackMaxRadius       3500.0
AttackMaxHeight       3000.0
HeadYawHalfRange       23.5
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +16.5
HeadMaxYawSpeed         6.5      // ??
GunMaxPitchSpeed        6.5      // ??
DelayAfterShoot         5.5
ChainfireTime             0
FireFastTargets           0

[Type91_105mm]
Description  Japanese field gun type 91 (105mm)
Icon         fieldgun

// Models
MeshSummer       3do/Artillery/Japan/Type91_105mm/live.him
MeshSummerDamage 3do/Artillery/Japan/Type91_105mm/dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       2
PanzerBodyFront  0.020

Gun                CannonM2A1_105mm //we use shells of this gun
AttackMaxDistance     5500.0
AttackMaxRadius       5500.0
AttackMaxHeight       5000.0
HeadYawHalfRange       23.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.5      // ??
GunMaxPitchSpeed        5.5      // ??
DelayAfterShoot        15.0
ChainfireTime             0
FireFastTargets           0

[BunkerR1_gun]
Description  Russian bunker machine gun Maxime (7,62mm)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Russia/DOT102/Summer/Live.him
MeshSummerDamage   3do/Artillery/Russia/DOT102/Summer/Dead.sim
MeshWinter         3do/Artillery/Russia/DOT102/Winter/Live.him
MeshWinterDamage   3do/Artillery/Russia/DOT102/Winter/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    7
PanzerBodyFront  0.200

// Weapon
Gun                  MMGunShKASt //we use shells of this gun
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      1400.0
HeadYawHalfRange       60.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed         90      // ??
GunMaxPitchSpeed        90      // ??
DelayAfterShoot         1.5
ChainfireTime           3.0
FireFastTargets           0

[BunkerR2_gun]
Description  Russian bunker cannnon (76,2mm)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Russia/DOT103/Summer/Live.him
MeshSummerDamage   3do/Artillery/Russia/DOT103/Summer/Dead.sim
MeshWinter         3do/Artillery/Russia/DOT103/Winter/Live.him
MeshWinterDamage   3do/Artillery/Russia/DOT103/Winter/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    7
PanzerBodyFront  0.200

// Weapon
Gun                  CannonZIS3 //we use shells of this gun
AttackMaxDistance    1200.0
AttackMaxRadius      1200.0
AttackMaxHeight      1200.0
HeadYawHalfRange       40.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +12.0
HeadMaxYawSpeed         6.0      // ??
GunMaxPitchSpeed        6.0      // ??
DelayAfterShoot         2.2
ChainfireTime             0
FireFastTargets           0

[DShK]
Description  Russian gun 12.7mm (MG)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Russia/DShK/Summer/Live.him
MeshSummerDamage   3do/Artillery/Russia/DShK/Summer/Dead.sim
MeshWinter         3do/Artillery/Russia/DShK/Winter/Live.him
MeshWinterDamage   3do/Artillery/Russia/DShK/Winter/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.001

// Weapon
Gun                  MachineGunDHK
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      2500.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         60      // ??
GunMaxPitchSpeed        50      // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1

[DShKAA]
Description  Russian AA gun 12.7mm (MG)
Icon         antiaircraft

// Models
MeshSummer         3do/Artillery/Russia/DShKAA/Summer/Live.him
MeshSummerDamage   3do/Artillery/Russia/DShKAA/Summer/Dead.sim
MeshWinter         3do/Artillery/Russia/DShKAA/Winter/Live.him
MeshWinterDamage   3do/Artillery/Russia/DShKAA/Winter/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.001

// Weapon
Gun                  MachineGunDHK
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed         60      // ??
GunMaxPitchSpeed        50      // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1

[BunkerG1_gun]
Description  German bunker machine gun MG-42 (7,92mm)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Germany/PillboxMG42/Summer/Live.him
MeshSummerDamage   3do/Artillery/Germany/PillboxMG42/Summer/Dead.sim
MeshWinter         3do/Artillery/Germany/PillboxMG42/Winter/Live.him
MeshWinterDamage   3do/Artillery/Germany/PillboxMG42/Winter/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype    3
PanzerBodyFront  0.050


// Weapon
Gun                  MMGunMG15t //we use shells of this gun
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      1400.0
HeadYawHalfRange       50.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed         90      // ??
GunMaxPitchSpeed        90      // ??
DelayAfterShoot         1.5
ChainfireTime           3.0
FireFastTargets           0

[MG42]
Description  German machine gun MG-42 (7,92mm)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/Germany/MG42/Summer/Live.him
MeshSummerDamage   3do/Artillery/Germany/MG42/Summer/Dead.sim
MeshWinter         3do/Artillery/Germany/MG42/Winter/Live.him
MeshWinterDamage   3do/Artillery/Germany/MG42/Winter/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.001

// Weapon
Gun                  MMGunMG15t //we use shells of this gun
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      1400.0
HeadYawHalfRange       50.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         90      // ??
GunMaxPitchSpeed        90      // ??
DelayAfterShoot         1.5
ChainfireTime           3.0
FastTargetsAngleError   2.0

[_50calMG_US_M2HB]
Description  USA's gun 12.7mm M2HB (50 cal MG)
Icon         fieldgun

// Models
MeshSummer         3do/Artillery/US/M2HB/Summer/Live.him
MeshSummerDamage   3do/Artillery/US/M2HB/Summer/Dead.sim
MeshWinter         3do/Artillery/US/M2HB/Winter/Live.him
MeshWinterDamage   3do/Artillery/US/M2HB/Winter/Dead.sim

// Panzer
PanzerType       Artillery
PanzerSubtype       1
PanzerBodyFront  0.005

// Weapon
Gun                  MachineGunM2HB
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         60      // ??
GunMaxPitchSpeed        50      // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1


//======================================================================
// end of: Pure artillery
//======================================================================



//======================================================================
//
// Searchlights
//
//======================================================================

[SL_ManualBlue]
Description  A generic searchlight. Hands-driven, blue.
Icon         antiaircraft

// Models
MeshSummer   3do/Lights/SL_ManualBlue/hier.him
//MeshSummerDamage ....   FIXME: do it
//MeshWinter ....   FIXME: do it


// Panzer
PanzerType       Car
PanzerSubtype     1
PanzerBody      0.001

// Weapon
MaxDistance      8000.0
HeadYawHalfRange      180.0
GunMinPitch            30.0
GunStdPitch            90.0
GunMaxPitch            90.0         // >=90 means 0-180
HeadMaxYawSpeed         6.0
GunMaxPitchSpeed        6.0
SearchMaxConeAngle     25.0
FoundMaxConeAngle       0.0
ColorR                  0.53
ColorG                  0.84
ColorB                  1.00
LandIntensity           3.0
LandRadius             70.0


[RadioBeacon]
Description  Radio Beacon
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/Beacon/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/Beacon/Dead.sim
MeshWinter         3do/Buildings/Airdrome/Beacon/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/Beacon/Dead.sim

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040

[RadioBeaconLowVis]
Description  Radio Beacon
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/BeaconLowVis/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/BeaconLowVis/Dead.sim
MeshWinter         3do/Buildings/Airdrome/BeaconLowVis/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/BeaconLowVis/Dead.sim

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040

[Meacon]
Description  Meacon (maskin beacon)
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/Beacon/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/Beacon/Dead.sim
MeshWinter         3do/Buildings/Airdrome/Beacon/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/Beacon/Dead.sim

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040


[YGBeacon]
Description  YG Radio Beacon
Icon         beaconYG

// Models
MeshSummer         3do/Buildings/Airdrome/YGTower/Live.him
MeshSummerDamage   3do/Buildings/Airdrome/YGTower/Dead.him
MeshWinter         3do/Buildings/Airdrome/YGTower/Live.him
MeshWinterDamage   3do/Buildings/Airdrome/YGTower/Dead.him

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040

[LorenzBLBeacon]
Description  Lorenz blind landing system
Icon         ILS

// Models
MeshSummer         3do/Buildings/Airdrome/BlindLanding/Live.him
MeshSummerDamage   3do/Buildings/Airdrome/BlindLanding/Dead.him
MeshWinter         3do/Buildings/Airdrome/BlindLanding/Live.him
MeshWinterDamage   3do/Buildings/Airdrome/BlindLanding/Dead.him

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040
OuterMarkerDist  3000
InnerMarkerDist  300


[LorenzBLBeacon_LongRunway]
Description  Lorenz blind landing system for long runways
Icon         ILS

// Models
MeshSummer         3do/Buildings/Airdrome/BlindLanding/Live.him
MeshSummerDamage   3do/Buildings/Airdrome/BlindLanding/Dead.him
MeshWinter         3do/Buildings/Airdrome/BlindLanding/Live.him
MeshWinterDamage   3do/Buildings/Airdrome/BlindLanding/Dead.him

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040
OuterMarkerDist  3600
InnerMarkerDist  900


[LorenzBLBeacon_AAIAS]
Description  Army Air Forces Instrument Approach System
Icon         ILS

// Models
MeshSummer         3do/Buildings/Airdrome/BlindLanding_AAFIAS/Live.him
MeshSummerDamage   3do/Buildings/Airdrome/BlindLanding_AAFIAS/Dead.him
MeshWinter         3do/Buildings/Airdrome/BlindLanding_AAFIAS/Live.him
MeshWinterDamage   3do/Buildings/Airdrome/BlindLanding_AAFIAS/Dead.him

// Panzer
PanzerType       Car
PanzerSubtype       3
PanzerBodyFront  0.040
OuterMarkerDist  5632
InnerMarkerDist  1609

[Radio_Honolulu]
Description  Radio Honolulu
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200

[Radio_Suomen_Yleisradio]
Description  Suomen Yleisradio
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200


[Radio_Moscow]
Description  Radio Moscow
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200

[Radio_BBC]
Description  Radio BBC
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200


[Magyar_Radio]
Description  Magyar Radio
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200


[Radio_Roma]
Description  Radio Roma
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200

[Grossdeutscher_Rundfunk]
Description  Grossdeutscher Rundfunk
Icon         beacon

// Models
MeshSummer         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshSummerDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim
MeshWinter         3do/Buildings/Airdrome/RadioTower/Live.sim
MeshWinterDamage   3do/Buildings/Airdrome/RadioTower/Dead.sim

// Panzer
PanzerType       Tank
PanzerSubtype       3
PanzerBodyFront  0.200


//======================================================================
//
// Tanks
//
//======================================================================

//----------------------------------------------------------------------
// Hungary
//----------------------------------------------------------------------

// Medium Hungary tanks ------------------------------------------------
[TuranI]
Description  Hyngary's tank Turan I
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/TuranI/Summer/hier.him
MeshWinter   3do/Tanks/TuranI/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.050          // 50(60)
PanzerBodyBack       0.020          // unkmown. it is estimation.
PanzerBodySide       0.025
PanzerBodyTop        0.015          // 8-25. it is estimation.
PanzerHead           0.050          // 50(60)
PanzerHeadTop        0.020          // 8-25. it is estimation.

// Weapon
Gun                CannonHun41M40_51
NumShells          101
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot         5.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[TuranII]
Description  Hyngary's tank Turan II
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/TuranII/Summer/hier.him
MeshWinter   3do/Tanks/TuranII/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.050
PanzerBodyBack       0.020          // unkmown. it is estimation.
PanzerBodySide       0.025
PanzerBodyTop        0.015          // 8-25. it is estimation.
PanzerHead           0.055          // 50(60)
PanzerHeadTop        0.020          // 8-25. it is estimation.

// Weapon
Gun                CannonHun41M75_25
NumShells          56
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +30.0
HeadMaxYawSpeed        25.0
GunMaxPitchSpeed        7.0
DelayAfterShoot         5.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        24.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5



//----------------------------------------------------------------------
// Japan
//----------------------------------------------------------------------

[HaGo]
Description  Japanese tank Type 95 Ha-Go.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Type_95_Ha-Go/hier.him
// FIXME: make winter camouflage


// Panzer
PanzerSubtype    2
PanzerBodyFront      0.012
PanzerBodyBack       0.012
PanzerBodySide       0.012
PanzerBodyTop        0.009
PanzerHead           0.012
PanzerHeadTop        0.009

// Weapon
Gun                CannonHaGo
NumShells          130
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[HaGoRadio]
Description  Japanese tank Type 95 Ha-Go_radio.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Type_95_Ha-Go_Radio/hier.him
// FIXME: make winter camouflage


// Panzer
PanzerSubtype    2
PanzerBodyFront      0.012
PanzerBodyBack       0.012
PanzerBodySide       0.012
PanzerBodyTop        0.009
PanzerHead           0.012
PanzerHeadTop        0.009

// Weapon
Gun                CannonHaGo
NumShells          130
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5



[ChiHa]
Description  Japanese tank Type 97 Chi-Ha.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Type_97_Chi-Ha/hier.him
// FIXME: make winter camouflage


// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.020
PanzerBodySide       0.025
PanzerBodyTop        0.010
PanzerHead           0.025
PanzerHeadTop        0.010

// Weapon
Gun                CannonChiHa
NumShells          120
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    24.0
SpeedMax        39.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[ChiHa_alt]
Description  Japanese tank Type 97 Chi-Ha_Alt.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Type_97_Chi-Ha_Alt/hier.him
// FIXME: make winter camouflage


// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.020
PanzerBodySide       0.025
PanzerBodyTop        0.010
PanzerHead           0.025
PanzerHeadTop        0.010

// Weapon
Gun                CannonChiHa
NumShells          120
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    24.0
SpeedMax        39.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

// Light Germany tanks -------------------------------------------------
[PzIIF]
Description  Germany's tank PzIIF
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIIF/Summer/hier.him
MeshWinter   3do/Tanks/PzIIF/Winter/hier.him

// Panzer
PanzerSubtype    2
PanzerBodyFront            0.030
PanzerBodyBack             0.015
PanzerBodySide             0.020
PanzerBodyTop              0.015
PanzerHead                 0.030
PanzerHeadTop              0.015

// Weapon
Gun                CannonKwK30
NumShells          320
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0      // ??
GunStdPitch             0.0
GunMaxPitch           +20.0      // ??
HeadMaxYawSpeed        54.5      // ??
GunMaxPitchSpeed       30.0      // ??
DelayAfterShoot         3.0
ChainfireTime           2.8
FastTargetsAngleError   4.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_35]
Description  Czech's light tank LT-35/PzKpfw 35(t)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-35/hier.him
//MeshWinter

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 34(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          90
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_35Ro]
Description  Czech's light tank LT-35/PzKpfw 35(t)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-35Ro/hier.him
//MeshWinter

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 34(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          90
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_35Sl]
Description  Czech's light tank LT-35/PzKpfw 35(t)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-35Sl/hier.him
//MeshWinter

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 34(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          90
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_38]
Description  Czech's light tank LT-38/PzKpfw 38(t)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-38/Summer/hier.him
MeshWinter   3do/Tanks/LT-38/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.050
PanzerBodyBack       0.015
PanzerBodySide       0.030
PanzerBodyTop        0.012
PanzerHead           0.050
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 38(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          72
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_38Sl]
Description  Czech's light tank LT-38/PzKpfw 38(t)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-38Sl/hier.him
MeshWinter   3do/Tanks/LT-38Sl/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 38(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          72
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_40]      //Slovak
Description  Czech's light tank LT-40
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-40/hier.him
//MeshWinter

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //37mm KwK 38(t)
Gun                CannonM6x37 //we use shells of this gun
NumShells          66
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[LT_40MG]    //Czech
Description  Czech's light tank LT-40MG
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/LT-40MG/hier.him
//MeshWinter

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.012
PanzerHead           0.025
PanzerHeadTop        0.008

// Weapon                    //7.92mm MG 37(t)
Gun                MMGunMG15t //we use shells of this gun
NumShells          3000
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot         2.1
ChainfireTime           4.5
FastTargetsAngleError   8.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


// Medium Germany tanks ------------------------------------------------
[PzIIIG]
Description  Germany's tank PzIIIG
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIIIG/Summer/hier.him
MeshWinter   3do/Tanks/PzIIIG/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.030
PanzerBodyBack       0.020
PanzerBodySide       0.030
PanzerBodyTop        0.016
PanzerHead           0.037
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK38
NumShells          84
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIIIJ]
Description  Germany's tank PzIIIJ
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIIIJ/Summer/hier.him
MeshWinter   3do/Tanks/PzIIIJ/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.050
PanzerBodyBack       0.050
PanzerBodySide       0.030
PanzerBodyTop        0.017
PanzerHead           0.040
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK39
NumShells          84
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIIIM]
Description  Germany's tank PzIIIM
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIIIM/Summer/hier.him
MeshWinter   3do/Tanks/PzIIIM/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.070           // 0.50 + 0.020 additional front plates
PanzerBodyBack       0.050
PanzerBodySide       0.030
PanzerBodyTop        0.018
PanzerHead           0.070	     // 0.50 + 0.020 additional front plates
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK39
NumShells          84
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIIIN]
Description  Germany's tank PzIIIN
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIIIN/Summer/hier.him
MeshWinter   3do/Tanks/PzIIIN/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.070           // 0.50 + 0.020 additional front plates
PanzerBodyBack       0.050
PanzerBodySide       0.035           // 0.30 + 0.005 additional side plates
PanzerBodyTop        0.016
PanzerHead           0.070           // 0.40 + 0.020 additional head plates
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK37
NumShells          84
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIVE]
Description  Germany's tank PzIVE
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIVE/Summer/hier.him
MeshWinter   3do/Tanks/PzIVE/Winter/hier.him

// Panzer
PanzerSubtype    3.1
PanzerBodyFront      0.050
PanzerBodyBack       0.020
PanzerBodySide       0.040
PanzerBodyTop        0.012
PanzerHead           0.035
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK37
NumShells          80
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIVF]
Description  Germany's tank PzIVF
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIVF/Summer/hier.him
MeshWinter   3do/Tanks/PzIVF/Winter/hier.him

// Panzer
PanzerSubtype    3.1
PanzerBodyFront      0.050
PanzerBodyBack       0.020
PanzerBodySide       0.030
PanzerBodyTop        0.012
PanzerHead           0.050
PanzerHeadTop        0.010

// Weapon
Gun                 CannonKwK37
NumShells           80
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIVF2]
Description  Germany's tank PzIVF2
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIVF2/Summer/hier.him
MeshWinter   3do/Tanks/PzIVF2/Winter/hier.him

// Panzer
PanzerSubtype    3.1
PanzerBodyFront      0.050
PanzerBodyBack       0.020
PanzerBodySide       0.030
PanzerBodyTop        0.015
PanzerHead           0.050
PanzerHeadTop        0.010

// Weapon
Gun                CannonKwK40
NumShells          80
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzIVJ]
Description  Germany's tank PzIVJ
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzIVJ/Summer/hier.him
MeshWinter   3do/Tanks/PzIVJ/Winter/hier.him

// Panzer
PanzerSubtype    3.2
PanzerBodyFront      0.080
PanzerBodyBack       0.020
PanzerBodySide       0.035        // 0.030 + 0.005 additional side plates
PanzerBodyTop        0.016
PanzerHead           0.050
PanzerHeadTop        0.018

// Weapon
Gun                CannonKwK40
NumShells          80
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        22.0       // manual rotation, slower than in other PzIV
GunMaxPitchSpeed        6.2       // manual rotation, slower than in other PzIV
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[PzVA]
Description  Germany's tank PzVA (Panther)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzVA/Summer/hier.him
MeshWinter   3do/Tanks/PzVA/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront            0.095
PanzerBodyBack             0.040
PanzerBodySide             0.045
PanzerBodyTop              0.015
PanzerHead                 0.110
PanzerHeadTop              0.015

// Weapon
Gun                CannonKwK42
NumShells          79
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0      // ??
GunStdPitch             0.0
GunMaxPitch           +25.0      // ??
HeadMaxYawSpeed        13.84
GunMaxPitchSpeed        1.7      // ??
DelayAfterShoot        10.0
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[PzV_II]
Description  Germany's tank Panther II
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzV-II/Summer/hier.him
MeshWinter   3do/Tanks/PzV-II/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront            0.100
PanzerBodyBack             0.060
PanzerBodySide             0.060
PanzerBodyTop              0.020
PanzerHead                 0.130
PanzerHeadTop              0.020

// Weapon
Gun                CannonKwK43
NumShells          84
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        13.84  // ??
GunMaxPitchSpeed        1.1
DelayAfterShoot         9.5
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

// Heavy Germany tanks ------------------------------------------------
[PzVIE]
Description  Germany's tank PzVIE (Tiger)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzVIE/Summer/hier.him
MeshWinter   3do/Tanks/PzVIE/Winter/hier.him

// Panzer
PanzerSubtype    6
PanzerBodyFront            0.100
PanzerBodyBack             0.082
PanzerBodySide             0.082
PanzerBodyTop              0.026
PanzerHead                 0.100
PanzerHeadTop              0.025

// Weapon
Gun                CannonKwK36
NumShells          92
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0      // ??
GunStdPitch             0.0
GunMaxPitch           +20.0      // ??
HeadMaxYawSpeed        13.84
GunMaxPitchSpeed        1.4      // ??
DelayAfterShoot         9.5
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[PzVIB]
Description  Germany's tank PzVIB (Tiger II)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/PzVIB/Summer/hier.him
MeshWinter   3do/Tanks/PzVIB/Winter/hier.him

// Panzer
PanzerSubtype    7
PanzerBodyFront            0.150
PanzerBodyBack             0.080
PanzerBodySide             0.080
PanzerBodyTop              0.040
PanzerHead                 0.180
PanzerHeadTop              0.040

// Weapon
Gun                CannonKwK43
NumShells          84
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +15.0
HeadMaxYawSpeed        13.84  // ??
GunMaxPitchSpeed        1.1
DelayAfterShoot         9.5
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[Maus]
Description  Germany's tank Maus
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Maus/Summer/hier.him
MeshWinter   3do/Tanks/Maus/Winter/hier.him

// Panzer
PanzerSubtype    7
PanzerBodyFront            0.210
PanzerBodyBack             0.150
PanzerBodySide             0.180
PanzerBodyTop              0.050
PanzerHead                 0.250
PanzerHeadTop              0.040

// Weapon
Gun                CannonM30
NumShells          68
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +15.0
HeadMaxYawSpeed        13.84  // ??
GunMaxPitchSpeed        1.1
DelayAfterShoot         9.5
ChainfireTime             0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    13.0
SpeedMax        20.0
SpeedBack        5.0
RotSpeedMax     20.0             // ??
RotInvisAng     25.0
BestSpace          12.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

// Light USSR's tanks --------------------------------------------------
[BT7]
Description  USSR's tank BT-7
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/BT-7/Summer/hier.him
MeshWinter   3do/Tanks/BT-7/Winter/hier.him

// Panzer
PanzerSubtype    2.2
PanzerBodyFront            0.022
PanzerBodyBack             0.010
PanzerBodySide             0.013
PanzerBodyTop              0.010
PanzerHead                 0.015
PanzerHeadTop              0.010

// Weapon
Gun                Cannon20K
NumShells          188
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        54.5      // ??
GunMaxPitchSpeed       30.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[T40S]
Description  USSR's light tank T-40S (1940-1941 years). 'S' - suhoputnyi.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-40S/Summer/hier.him
MeshWinter   3do/Tanks/T-40S/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront            0.014
PanzerBodyBack             0.010
PanzerBodySide             0.014
PanzerBodyTop              0.010
PanzerHead                 0.014
PanzerHeadTop              0.010

// Weapon
Gun                MachineGunDHK
NumShells          500
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        90.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8
FastTargetsAngleError   4.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[T60]
Description  USSR's light tank T-60 (1941-1942 years).
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-60/Summer/hier.him
MeshWinter   3do/Tanks/T-60/Winter/hier.him

// Panzer
PanzerSubtype    1.2
PanzerBodyFront      0.035
PanzerBodyBack       0.025
PanzerBodySide       0.025
PanzerBodyTop        0.013
PanzerHead           0.035
PanzerHeadTop        0.013

// Weapon
Gun                MachineGunTNH20
NumShells          754
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        81.0
GunMaxPitchSpeed       46.0
DelayAfterShoot         3.0
ChainfireTime           2.8
FastTargetsAngleError   8.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        27.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[_7TP]
Description  Polish light tank 7TP.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/7TP/hier.him
MeshWinter   3do/Tanks/7TP/hier.him     // FIXME: no winter mesh

// Panzer
PanzerSubtype    1.2
PanzerBodyFront      0.017
PanzerBodyBack       0.013
PanzerBodySide       0.013
PanzerBodyTop        0.010
PanzerHead           0.015
PanzerHeadTop        0.010

// Weapon
Gun                CannonBofors37mm
NumShells          80 
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        65.0
GunMaxPitchSpeed       40.0
DelayAfterShoot         4.5
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        27.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[M3A1Stuart]
Description  USA's tank M3A1 (Stuart).
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M3_Stuart/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerSubtype    2
PanzerBodyFront      0.038
PanzerBodyBack       0.025
PanzerBodySide       0.025
PanzerBodyTop        0.013
PanzerHead           0.038
PanzerHeadTop        0.013

// Weapon
Gun                CannonM6x37
NumShells          106
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot         7.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    30.0
SpeedMax        58.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[M5A1Stuart]
Description  USA's tank M5A1 (Stuart).
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M5_Stuart/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerSubtype    2
PanzerBodyFront      0.038
PanzerBodyBack       0.025
PanzerBodySide       0.025
PanzerBodyTop        0.013
PanzerHead           0.044
PanzerHeadTop        0.013

// Weapon
Gun                CannonM6x37
NumShells          147
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot         7.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    30.0
SpeedMax        58.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[T70M]
Description  USSR's light tank T-70M
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-70M/Summer/hier.him
MeshWinter   3do/Tanks/T-70M/Winter/hier.him

// Panzer
PanzerSubtype    2
PanzerBodyFront      0.045
PanzerBodyBack       0.016
PanzerBodySide       0.016
PanzerBodyTop        0.013
PanzerHead           0.060
PanzerHeadTop        0.010

// Weapon
Gun                Cannon20K
NumShells          70
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -6.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        54.0
GunMaxPitchSpeed       30.0
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        27.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[T26_Early]
Description  USSR's tank T-26_early
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-26_early/Summer/hier.him
MeshWinter   3do/Tanks/T-26_early/Winter/hier.him

// Panzer
PanzerSubtype    2.2
PanzerBodyFront            0.016
PanzerBodyBack             0.016
PanzerBodySide             0.016
PanzerBodyTop              0.010
PanzerHead                 0.016
PanzerHeadTop              0.010

// Weapon
Gun                Cannon20K
NumShells          136
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -6.0
GunStdPitch             0.0
GunMaxPitch           +22.0
HeadMaxYawSpeed        54.5
GunMaxPitchSpeed       30.0
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[T26_Late]
Description  USSR's tank T-26_late
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-26_late/Summer/hier.him
MeshWinter   3do/Tanks/T-26_late/Winter/hier.him

// Panzer
PanzerSubtype    2.2
PanzerBodyFront            0.016
PanzerBodyBack             0.016
PanzerBodySide             0.016
PanzerBodyTop              0.010
PanzerHead                 0.020
PanzerHeadTop              0.015

// Weapon
Gun                Cannon20K
NumShells          136
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -6.0
GunStdPitch             0.0
GunMaxPitch           +22.0
HeadMaxYawSpeed        54.5
GunMaxPitchSpeed       30.0
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

// Medium USSR's tanks -------------------------------------------------
[ValentineII]
Description  Valentine II
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Valentine_II/Summer/hier.him
MeshWinter   3do/Tanks/Valentine_II/Winter/hier.him

// Panzer (fixme: real data unknown, i use data from BT-7 (slightly increased) )
PanzerSubtype    2.5
PanzerBodyFront            0.060
PanzerBodyBack             0.060
PanzerBodySide             0.060
PanzerBodyTop              0.010
PanzerHead                 0.060
PanzerHeadTop              0.010

// Weapon
Gun                Cannon20K        // FIXME: need a 40mm gun, used 45mm
NumShells          62
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        54.5      // ??
GunMaxPitchSpeed       30.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[MatildaMkII_UK]
Description  UK's tank Matilda MkII.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Matilda_UK/hier.him
MeshWinter   3do/Tanks/Matilda_UK/hier.him    // FIXME: make winter camouflage

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.078
PanzerBodyBack       0.055
PanzerBodySide       0.070
PanzerBodyTop        0.020
PanzerHead           0.075
PanzerHeadTop        0.020

// Weapon
Gun                CannonHun41M40_51    //  ,     
NumShells          67
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        24.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[MatildaMkII_AU]
Description  Australian tank Matilda MkII.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Matilda_AU/hier.him
MeshWinter   3do/Tanks/Matilda_AU/hier.him    // FIXME: make winter camouflage

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.078
PanzerBodyBack       0.055
PanzerBodySide       0.070
PanzerBodyTop        0.020
PanzerHead           0.075
PanzerHeadTop        0.020

// Weapon
Gun                CannonHun41M40_51    //  ,     
NumShells          67
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        24.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[M4A2]
Description  USA's tank M4A2 (Sherman III).
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M4A2/Summer/hier.him
MeshWinter   3do/Tanks/M4A2/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.051
PanzerBodyBack       0.038
PanzerBodySide       0.038
PanzerBodyTop        0.019
PanzerHead           0.063
PanzerHeadTop        0.025

// Weapon
Gun                CannonM3
NumShells          97
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        22.5
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[M4A2_US]
Description  USA's tank M4A2 (Sherman III). USA painting.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M4A2_US/Summer/hier.him
MeshWinter   3do/Tanks/M4A2_US/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.051
PanzerBodyBack       0.038
PanzerBodySide       0.038
PanzerBodyTop        0.019
PanzerHead           0.063
PanzerHeadTop        0.025

// Weapon
Gun                CannonM3
NumShells          97
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        22.5
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[M4A2_76W]
Description  USA's tank M4A2(76)W (Sherman IIIA).
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M4A2(76)/Summer/hier.him
MeshWinter   3do/Tanks/M4A2(76)/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.051
PanzerBodyBack       0.038
PanzerBodySide       0.038
PanzerBodyTop        0.019
PanzerHead           0.063
PanzerHeadTop        0.025

// Weapon
Gun                CannonM1A1
NumShells          71
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        22.5
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[M4A2_76W_US]
Description  USA's tank M4A2(76)W (Sherman IIIA). USA painting.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/M4A2(76)_US/Summer/hier.him
MeshWinter   3do/Tanks/M4A2(76)_US/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.051
PanzerBodyBack       0.038
PanzerBodySide       0.038
PanzerBodyTop        0.019
PanzerHead           0.063
PanzerHeadTop        0.025

// Weapon
Gun                CannonM1A1
NumShells          71
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        22.5
GunMaxPitchSpeed        4.5  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[T34]
Description  USSR's tank T-34.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-34/Summer/hier.him
MeshWinter   3do/Tanks/T-34/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.045
PanzerBodyBack       0.040
PanzerBodySide       0.045
PanzerBodyTop        0.020
PanzerHead           0.050     // 0.045 -- good front shape
PanzerHeadTop        0.016

// Weapon
Gun                CannonF34
NumShells          77
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch            -4.0  // ??
GunStdPitch             0.0
GunMaxPitch           +29.0  // ??
HeadMaxYawSpeed        30.0  // ??
GunMaxPitchSpeed        5.0  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[T34_85]
Description  USSR's tank T-34-85.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-34-85/Summer/hier.him
MeshWinter   3do/Tanks/T-34-85/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.045
PanzerBodyBack       0.040
PanzerBodySide       0.045
PanzerBodyTop        0.020
PanzerHead           0.090
PanzerHeadTop        0.020

// Weapon
Gun                CannonZISS53
NumShells          60
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0  // ??
GunStdPitch             0.0
GunMaxPitch           +20.0  // ??
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[T28]
Description  USSR's tank T-28
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-28/Summer/hier.him
MeshWinter   3do/Tanks/T-28/Winter/hier.him

// Panzer
PanzerSubtype    2.2
PanzerBodyFront            0.013
PanzerBodyBack             0.013
PanzerBodySide             0.013
PanzerBodyTop              0.010
PanzerHead                 0.015
PanzerHeadTop              0.010

// Weapon
Gun                CannonZIS5
NumShells          69
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[T44]
Description  USSR's tank T-44.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-44/Summer/hier.him
MeshWinter   3do/Tanks/T-44/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.090
PanzerBodyBack       0.045
PanzerBodySide       0.075
PanzerBodyTop        0.020
PanzerHead           0.120
PanzerHeadTop        0.020

// Weapon
Gun                CannonZISS53
NumShells          58
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0  // ??
GunStdPitch             0.0
GunMaxPitch           +20.0  // ??
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0  // ??
DelayAfterShoot        10.0  // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     51.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


// Heavy USSR's tanks --------------------------------------------------
[KV1]
Description  USSR's tank KV-1
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/KV-1/Summer/hier.him
MeshWinter   3do/Tanks/KV-1/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront      0.075
PanzerBodyBack       0.075
PanzerBodySide       0.075
PanzerBodyTop        0.035
PanzerHead           0.105
PanzerHeadTop        0.035

// Weapon
Gun                CannonZIS5
NumShells          114
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.4
CommandInterval     1.6
StayInterval        1.5

[IS2]
Description  USSR's tank IS-2.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/IS-2/Summer/hier.him
MeshWinter   3do/Tanks/IS-2/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront      0.120
PanzerBodyBack       0.060
PanzerBodySide       0.090
PanzerBodyTop        0.030
PanzerHead           0.100
PanzerHeadTop        0.030

// Weapon
Gun                CannonD25T
NumShells          28
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        14.0
GunMaxPitchSpeed       14.0   // ??
DelayAfterShoot        30.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          13.0
AfterCollisionDist  5.6
CommandInterval     1.6
StayInterval        1.5

[T35]
Description  USSR's tank T-35
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/T-35/Summer/hier.him
MeshWinter   3do/Tanks/T-35/Winter/hier.him

// Panzer
PanzerSubtype    2.2
PanzerBodyFront            0.023
PanzerBodyBack             0.023
PanzerBodySide             0.023
PanzerBodyTop              0.020
PanzerHead                 0.025
PanzerHeadTop              0.020

// Weapon
Gun                CannonZIS5
NumShells          96
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        27.7
GunMaxPitchSpeed        7.5
DelayAfterShoot        10.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    17.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     36.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[IS3]
Description  USSR's tank IS-3.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/IS-3/Summer/hier.him
MeshWinter   3do/Tanks/IS-3/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront      0.120
PanzerBodyBack       0.060
PanzerBodySide       0.090
PanzerBodyTop        0.020
PanzerHead           0.230
PanzerHeadTop        0.020

// Weapon
Gun                CannonD25T
NumShells          28
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange      180.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        14.0
GunMaxPitchSpeed       14.0   // ??
DelayAfterShoot        30.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     35.0
BestSpace          13.0
AfterCollisionDist  5.6
CommandInterval     1.6
StayInterval        1.5

//======================================================================
// end of: Tanks
//======================================================================



//======================================================================
//
// Self-Propelled Guns (SPG)
//
//======================================================================

//----------------------------------------------------------------------
// Hungary
//----------------------------------------------------------------------

[ZrinyiII]
Description  Hungary's Zrinyi II
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/ZrinyiII/Summer/hier.him
MeshWinter   3do/SPG/ZrinyiII/Winter/hier.him

// Panzer
PanzerSubtype    3.0
PanzerBodyFront      0.088      // 75-100
PanzerBodyBack       0.025      // unknown
PanzerBodySide       0.025
PanzerBodyTop        0.020      // 8-25

// Weapon
Gun                CannonHun43M105_20
NumShells          52
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange       11.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        24.0
SpeedBack        5.0
RotSpeedMax     35.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

[Hetzer]
Description  Germany's SPG Hetzer
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Hetzer/Summer/hier.him
MeshWinter   3do/SPG/Hetzer/Winter/hier.him

// Panzer
PanzerSubtype    2.5
PanzerBodyFront      0.060
PanzerBodyBack       0.020
PanzerBodySide       0.020
PanzerBodyTop        0.018

// Weapon
Gun                CannonPaK39
NumShells          40
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange       15.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[Jagdpanther]
Description  Germany's SPG Jagdpanther
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Jagdpanther/Summer/hier.him
MeshWinter   3do/SPG/Jagdpanther/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront      0.080
PanzerBodyBack       0.040
PanzerBodySide       0.050
PanzerBodyTop        0.025

// Weapon
Gun                CannonPaK43
NumShells          57
AttackMaxDistance    1700.0
AttackMaxRadius      1700.0
AttackMaxHeight      1700.0
HeadYawHalfRange       14.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +14.0
HeadMaxYawSpeed         6.0   // ??
GunMaxPitchSpeed        6.0   // ??
DelayAfterShoot        10.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     35.0
BestSpace          14.0
AfterCollisionDist  5.7
CommandInterval     1.6
StayInterval        1.5


[Ferdinand]
Description  Germany's SPG Ferdinand
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Ferdinand/Summer/hier.him
MeshWinter   3do/SPG/Ferdinand/Winter/hier.him

// Panzer
PanzerSubtype    7
PanzerBodyFront      0.200
PanzerBodyBack       0.080
PanzerBodySide       0.080
PanzerBodyTop        0.030

// Weapon
Gun                CannonPaK43
NumShells          38
AttackMaxDistance    1700.0
AttackMaxRadius      1700.0
AttackMaxHeight      1700.0
HeadYawHalfRange       14.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +14.0
HeadMaxYawSpeed         6.0   // ??
GunMaxPitchSpeed        6.0   // ??
DelayAfterShoot        10.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     35.0
BestSpace          14.0
AfterCollisionDist  5.7
CommandInterval     1.6
StayInterval        1.5


[StuGIIIG]
Description  Germany's SPG StuGIIIG
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/StuGIIIG/Summer/hier.him
MeshWinter   3do/SPG/StuGIIIG/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.080
PanzerBodyBack       0.030
PanzerBodySide       0.030
PanzerBodyTop        0.018

// Weapon
Gun                CannonStuk40
NumShells          54
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       12.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     36.0             // ??
RotInvisAng     36.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[StuGIV]
Description  Germany's SPG StuGIV
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/StuGIV/Summer/hier.him
MeshWinter   3do/SPG/StuGIV/Winter/hier.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.080
PanzerBodyBack       0.030
PanzerBodySide       0.030
PanzerBodyTop        0.018

// Weapon
Gun                CannonStuk40
NumShells          63
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       12.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     36.0             // ??
RotInvisAng     36.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[MarderIII]
Description  Germany's SPG Marder III Ausf. H (SdKfz 138)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/SPG/MarderIII/Summer/Live.him
MeshSummerDamage   3do/SPG/MarderIII/Summer/Dead.sim
MeshWinter         3do/SPG/MarderIII/Winter/Live.him
MeshWinterDamage   3do/SPG/MarderIII/Winter/Dead.sim

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.025
PanzerBodyBack       0.015
PanzerBodySide       0.015
PanzerBodyTop        0.008
PanzerHead           0.015
PanzerHeadTop        0.008

// Weapon
Gun                CannonStuk40
NumShells          38
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       15.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        35.0
SpeedBack        5.0
RotSpeedMax     36.0             // ??
RotInvisAng     36.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[Karl_600mm]
Description  Germany's Karl-Geraet 040 Mortar
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Karl_600mm/Live.him
MeshWinter   3do/SPG/Karl_600mm/Live.him

// Panzer
PanzerSubtype    3
PanzerBodyFront      0.040
PanzerBodyBack       0.020
PanzerBodySide       0.020
PanzerBodyTop        0.024

// Weapon
Gun                CannonMortar_600mm
NumShells          60
AttackMaxDistance     6640.0
AttackMaxRadius       6640.0
AttackMaxHeight       6640.0
HeadYawHalfRange        10.0
//HeadMinYaw               0
//HeadMaxYaw             360
GunMinPitch              0.0
GunStdPitch              0.0
GunMaxPitch            +70.0
HeadMaxYawSpeed          4.0
GunMaxPitchSpeed         8.0
ChainfireTime            0.0
DelayAfterShoot         60.0
FireFastTargets            0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage     6.0
SpeedMax        10.0
SpeedBack        4.0
RotSpeedMax     16.0
RotInvisAng     16.0
BestSpace           8.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// Japan
//----------------------------------------------------------------------

[HoRo]
Description  Japanese SPG Type4 Ho-Ro
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer        3do/SPG/Type4_Ho-Ro/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerSubtype    2
PanzerBodyFront            0.030
PanzerBodyBack             0.015
PanzerBodySide             0.020
PanzerBodyTop              0.015
PanzerHead                 0.030
PanzerHeadTop              0.015

// Weapon
Gun                CannonHowitzer_150mm //??
NumShells          59
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       20.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +43.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

[ZSU37]
Description  USSR's AA SPG ZSU-37
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/ZSU-37/Summer/hier.him
MeshWinter   3do/SPG/ZSU-37/Winter/hier.him

// Panzer
PanzerSubtype    2.1
PanzerBodyFront      0.035
PanzerBodyBack       0.010
PanzerBodySide       0.015
PanzerBodyTop        0.010

// Weapon
Gun                 MachineGun61K
NumShells          320
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +75.0
HeadMaxYawSpeed        40.0   // ??
GunMaxPitchSpeed       30.0   // ??
DelayAfterShoot         3.0
ChainfireTime           2.8
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[SU76M]
Description  USSR's SPG SU-76M
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/SU-76M/Summer/hier.him
MeshWinter   3do/SPG/SU-76M/Winter/hier.him

// Panzer
PanzerSubtype    2
PanzerBodyFront      0.035
PanzerBodyBack       0.010
PanzerBodySide       0.015
PanzerBodyTop        0.010

// Weapon
Gun                CannonZIS3
NumShells          60
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[SU85]
Description  USSR's SPG SU-85 (based on SU-122)
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/SU-85/Summer/hier.him
MeshWinter   3do/SPG/SU-85/Winter/hier.him

// Panzer
PanzerSubtype    3.9
PanzerBodyFront      0.045
PanzerBodyBack       0.045
PanzerBodySide       0.045
PanzerBodyTop        0.020

// Weapon
Gun                Cannon52K
NumShells          40
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         3.75  // ??
GunMaxPitchSpeed        3.75  // ??
DelayAfterShoot        11.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     34.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[SU100]
Description  USSR's SPG SU-100
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/SU-100/Summer/hier.him
MeshWinter   3do/SPG/SU-100/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.075
PanzerBodyBack       0.045
PanzerBodySide       0.045
PanzerBodyTop        0.020

// Weapon
Gun                CannonB34
NumShells          33
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         6.5   // ??
GunMaxPitchSpeed        6.2   // ??
DelayAfterShoot         6.0   // ??
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     34.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[SU122]
Description  USSR's SPG SU-122
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/SU-122/Summer/hier.him
MeshWinter   3do/SPG/SU-122/Winter/hier.him

// Panzer
PanzerSubtype    4
PanzerBodyFront      0.045
PanzerBodyBack       0.045
PanzerBodySide       0.045
PanzerBodyTop        0.020

// Weapon
Gun                CannonM30
NumShells          40
AttackMaxDistance     1200.0
AttackMaxRadius       1200.0
AttackMaxHeight       1200.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         3.75  // ??
GunMaxPitchSpeed        3.75  // ??
DelayAfterShoot        12.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     34.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[ISU152]
Description  USSR's SPG ISU-152
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/ISU-152/Summer/hier.him
MeshWinter   3do/SPG/ISU-152/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront      0.090
PanzerBodyBack       0.060
PanzerBodySide       0.090
PanzerBodyTop        0.030

// Weapon
Gun                CannonM30
NumShells          20
AttackMaxDistance     1700.0
AttackMaxRadius       1700.0
AttackMaxHeight       1700.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed         3.2   // ??
GunMaxPitchSpeed        3.2   // ??
DelayAfterShoot        30.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     30.0             // ??
RotInvisAng     34.0
BestSpace          14.0
AfterCollisionDist  5.7
CommandInterval     1.6
StayInterval        1.5

//======================================================================
// end of: Self-Propelled Guns (SPG)
//======================================================================


//======================================================================
//
// Armored Cars
//
//======================================================================

//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

[BA_64]
Description  USSR's BA-64 armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/BA_64B/hier.him
MeshWinter         3do/Cars/BA_64B/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront      0.012
PanzerBodyBack       0.009
PanzerBodySide       0.008
PanzerBodyTop        0.008

// Weapon
Gun                  MMGunShKASt
NumShells            1260
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +56.0
HeadMaxYawSpeed        20.0   // ??
GunMaxPitchSpeed       20.0   // ??
DelayAfterShoot         2.1
ChainfireTime           4.5
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[BA_10]
Description  USSR's BA-10 armored car with cannon.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/BA_10/hier.him
MeshWinter         3do/Cars/BA_10/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront      0.010
PanzerBodyBack       0.008
PanzerBodySide       0.010
PanzerBodyTop        0.008

// Weapon
Gun                Cannon20K
NumShells          49
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        30.0      // ??
GunMaxPitchSpeed       25.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[BA_6]
Description  USSR's BA-6 armored car with cannon.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/BA_6/Summer/hier.him
MeshWinter         3do/Cars/BA_6/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront      0.009
PanzerBodyBack       0.006
PanzerBodySide       0.009
PanzerBodyTop        0.008

// Weapon
Gun                Cannon20K
NumShells          60
AttackMaxDistance     800.0
AttackMaxRadius       800.0
AttackMaxHeight       800.0
HeadYawHalfRange      180.0
GunMinPitch            -8.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed        30.0      // ??
GunMaxPitchSpeed       25.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        43.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[FAIM]
Description  USSR's FAI-M armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/FAIM/hier.him
MeshWinter         3do/Cars/FAIM/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront      0.006
PanzerBodyBack       0.004
PanzerBodySide       0.006
PanzerBodyTop        0.005

// Weapon
Gun                  MMGunShKASt
NumShells            1260
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +40.0
HeadMaxYawSpeed        20.0   // ??
GunMaxPitchSpeed       20.0   // ??
DelayAfterShoot         2.1
ChainfireTime           4.5
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        43.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// USA
//----------------------------------------------------------------------

[LVT_2]
Description  USA's LVT-2 landing vehicle with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/LVT_2/hier.him
MeshSummerDamage   3do/Cars/LVT_2/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype    2
PanzerBodyFront      0.006

// Weapon
Gun                MachineGunM2HB
NumShells          700
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange       45.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0   // ??
GunMaxPitchSpeed       60.0   // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    20.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[M8_Greyhound]
Description  USA's M8 Greyhound armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/M8_Greyhound/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype    2
PanzerBodyFront      0.019

// Weapon
Gun                CannonM6x37
NumShells          80
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      800.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +20.0
HeadMaxYawSpeed        24.0   // ??
GunMaxPitchSpeed        4.5   // ??
DelayAfterShoot         7.0
ChainfireTime           0.0
FastTargetsAngleError   8.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    45.0
SpeedMax        80.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// Axis
//----------------------------------------------------------------------

[HoRo_MG]
Description  Japanese Type4 Ho-Ro armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/Type4_Ho-Ro_MG/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerSubtype    2
PanzerBodyFront            0.030
PanzerBodyBack             0.015
PanzerBodySide             0.020
PanzerBodyTop              0.015
PanzerHead                 0.030
PanzerHeadTop              0.015

// Weapon
Gun                MMGunShKASt
NumShells          700
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0   // ??
GunMaxPitchSpeed       60.0   // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[Tatra_OA30]
Description  Czech's OA-30 armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/Tatra_OA/hier.him
//MeshWinter         3do/Cars/Tatra_OA/Winter/hier.him

// Panzer
PanzerSubtype    1
PanzerBodyFront      0.010
PanzerBodyBack       0.006
PanzerBodySide       0.006
PanzerBodyTop        0.005

// Weapon                    //machine gun CZ vz.26/7.92mm
Gun                MMGunMG15t //we use shells of this gun
NumShells          3000
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +40.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       20.0
DelayAfterShoot         2.1
ChainfireTime           4.5
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        50.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

//======================================================================
// end of: Armored Cars
//======================================================================


//======================================================================
//
// Anti Aircraft vehicles
//
//======================================================================

//----------------------------------------------------------------------
// Hungary
//----------------------------------------------------------------------

[Nimrod]
Description  Hungary's Nimrod.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Nimrod/Summer/hier.him
MeshWinter   3do/SPG/Nimrod/Winter/hier.him

// Panzer
PanzerType    Tank
PanzerSubtype    3
PanzerBodyFront      0.013
PanzerBodyBack       0.006
PanzerBodySide       0.010
PanzerBodyTop        0.007
PanzerHead           0.013
PanzerHeadTop        0.006

// Weapon
Gun                MachineGunFlakHun36M40_60
NumShells          148
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -4.0
GunStdPitch             0.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       18.0   // ??
DelayAfterShoot         2.5
ChainfireTime           2.6
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    16.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

[SdKfz251]
Description  Sd.Kfz.251
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer       3do/Cars/SdKfz251/summer/hier.him
MeshWinter       3do/Cars/SdKfz251/winter/hier.him

// Panzer
PanzerType  Tank
PanzerSubtype    1.8
PanzerBodyFront      0.01

// Weapon
Gun                MMGunMG15t
NumShells          5000
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange       20.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       18.0   // ??
DelayAfterShoot         3.0
ChainfireTime           4.8
FastTargetsAngleError   4.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[DemagFlak]
Description  SdKfz10-4 Halftrack with mounted Flak 38.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/DemagFlak/Live.him
MeshSummerDamage   3do/Cars/DemagFlak/Dead.sim
MeshWinter         3do/Cars/DemagFlak_W/Live.him
MeshWinterDamage   3do/Cars/DemagFlak_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                  MachineGunFlak30_20mm
NumShells            5000
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       36.0   // ??
DelayAfterShoot         2.2
ChainfireTime           5.2
FireFastTargets           1

// Moving
SoundMove      models.Car
StayWhenFire   0
SpeedAverage    22.0
SpeedMax        40.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[SdKfz6Flak37]
Description  SdKfz6 Halftrack with mounted Flak 18 37mm.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/SdKfz6Flak37/Live.him
MeshSummerDamage   3do/Cars/SdKfz6Flak37/Dead.sim
MeshWinter         3do/Cars/SdKfz6Flak37_W/Live.him
MeshWinterDamage   3do/Cars/SdKfz6Flak37_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                  MachineGunBoforsUS40
NumShells            800
AttackMaxDistance    3276.0
AttackMaxRadius      3276.0
AttackMaxHeight      2386.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        52.0
GunMaxPitchSpeed       48.0
DelayAfterShoot         1.0
ChainfireTime           4.0
FireFastTargets           1

// Moving
SoundMove      models.Car
StayWhenFire   0
SpeedAverage    22.0
SpeedMax        40.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[OpelBlitzMaultierAA]
Description  Germany's Opel Blitz Maultier half-track with mounted flak 20mm.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer       3do/Cars/OpelBlitzMaultierAA/live.him
MeshSummerDamage 3do/Cars/OpelBlitzMaultierAA/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                  MachineGunFlak30_20mm
NumShells            5000
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       18.0   // ??
DelayAfterShoot         2.2
ChainfireTime           5.2
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5


[Wirbelwind]      // based on shassis of PzIV.
Description  Germany's AA tank Wirbelwind.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/SPG/Wirbelwind/Summer/hier.him
MeshWinter   3do/SPG/Wirbelwind/Winter/hier.him

// Panzer
PanzerType    Tank
PanzerSubtype    3
PanzerBodyFront      0.080
PanzerBodyBack       0.020
PanzerBodySide       0.030
PanzerBodyTop        0.010
PanzerHead           0.016
PanzerHeadTop        0.005

// Weapon
Gun                MachineGunFlak38x4_20mm
NumShells          3200
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       18.0   // ??
DelayAfterShoot         5.0
ChainfireTime           5.5
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    15.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[Coelian]
Description  Germany's AA tank Coelian
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer   3do/Tanks/Coelian/Summer/hier.him
MeshWinter   3do/Tanks/Coelian/Winter/hier.him

// Panzer
PanzerSubtype    5
PanzerBodyFront            0.085
PanzerBodyBack             0.040
PanzerBodySide             0.040
PanzerBodyTop              0.024
PanzerHead                 0.075
PanzerHeadTop              0.024

// Weapon
Gun                  MachineGunBoforsUS40
NumShells            800
AttackMaxDistance    3276.0
AttackMaxRadius      3276.0
AttackMaxHeight      2386.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        52.0
GunMaxPitchSpeed       48.0
DelayAfterShoot         1.0
ChainfireTime           4.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    14.0
SpeedMax        25.0
SpeedBack        5.0
RotSpeedMax     45.0             // ??
RotInvisAng     35.0
BestSpace          12.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

[ZIS5_AA]
Description  USSR's ZIS-5 truck car with mounted flak 25mm.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/ZIS5_AA/NORM/hier.him
MeshSummerDamage   3do/Cars/ZIS5_AA/DAMAGED/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Weapon
Gun                MachineGunZenit25mm_1940
NumShells          5000
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           +25.0
GunStdPitch           +26.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        38.0   // ??
GunMaxPitchSpeed       15.0   // ??
DelayAfterShoot         2.2
ChainfireTime           6.5
FireFastTargets           1

// Moving
SoundMove      models.Car
StayWhenFire   0
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[MaximeGAZ]
Description  USSR's GAZ_AAA truck car with mounted 4xMaxime MG.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/MaximeGAZ/Live.him
MeshSummerDamage   3do/Cars/MaximeGAZ/Dead.sim
MeshWinter         3do/Cars/MaximeGAZ_W/Live.him
MeshWinterDamage   3do/Cars/MaximeGAZ_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Weapon
Gun                  MMGunShKASt //we use shells of this gun
NumShells            3260
AttackMaxDistance    1600.0
AttackMaxRadius      1600.0
AttackMaxHeight      1400.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +82.0
HeadMaxYawSpeed          90      // ??
GunMaxPitchSpeed         90      // ??
DelayAfterShoot         0.375
ChainfireTime           3.0
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Car
StayWhenFire   0
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// USA
//----------------------------------------------------------------------

[M3A1_APC]
Description  USA's M3A1 armored car with machine gun.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/M3A1_APC/live.him
MeshSummerDamage   3do/Cars/M3A1_APC/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype    2
PanzerBodyFront      0.006

// Weapon
Gun                MachineGunM2HB
NumShells          700
AttackMaxDistance    800.0
AttackMaxRadius      800.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0   // ??
GunMaxPitchSpeed       60.0   // ??
DelayAfterShoot         2.1
ChainfireTime           6.0
FastTargetsAngleError   2.0
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[M16]
Description  USA M16 half-track with mounted flak 4x12.7mm.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer       3do/Cars/M16_summer/live.him
MeshSummerDamage 3do/Cars/M16_summer/dead.sim
MeshWinter       3do/Cars/M16_winter/live.him
MeshWinterDamage 3do/Cars/M16_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                MachineGunM2HBx4
NumShells          5000
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        60.0   
GunMaxPitchSpeed       30.0   // ??
DelayAfterShoot         2.2
ChainfireTime           5.2
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[M16_US]
Description  USA M16 half-track with mounted flak 4x12.7mm. USA painting.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer       3do/Cars/M16_US_summer/live.him
MeshSummerDamage 3do/Cars/M16_US_summer/dead.sim
MeshWinter       3do/Cars/M16_US_winter/live.him
MeshWinterDamage 3do/Cars/M16_US_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                MachineGunM2HBx4
NumShells          5000
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadYawHalfRange      180.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.5
HeadMaxYawSpeed        60.0   
GunMaxPitchSpeed       30.0   // ??
DelayAfterShoot         2.2
ChainfireTime           5.2
FireFastTargets           1

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[M3_75mm_GMC]
Description  USA's SPG M3 75mm GMC
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer        3do/SPG/M3_75mm_GMC/live.him
MeshSummerDamage  3do/SPG/M3_75mm_GMC/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype    4
PanzerBodyFront      0.006

// Weapon
Gun                CannonM3
NumShells          59
AttackMaxDistance     1000.0
AttackMaxRadius       1000.0
AttackMaxHeight       1000.0
HeadYawHalfRange       10.0
GunMinPitch            -3.0
GunStdPitch             0.0
GunMaxPitch           +25.0
HeadMaxYawSpeed         7.5   // ??
GunMaxPitchSpeed        7.5   // ??
DelayAfterShoot         9.0
ChainfireTime           0.0
FastTargetsAngleError   8.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


//======================================================================
// end of: Anti Aircraft vehicles
//======================================================================


//======================================================================
//
// Special artillery
//
//======================================================================


//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

[OpelBlitzMaultierRocket]
Description  Panzerwerfer 42. Germany's Opel Blitz Maultier half-track with mounted rocket launcher.
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer       3do/Cars/OpelBlitzMaultierRocket/hier.him
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Weapon
Gun                CannonRocketSimpleRS150
NumShells          5000
AttackMaxDistance    8000.0
AttackMaxRadius      8000.0
AttackMaxHeight       500.0
HeadYawHalfRange      180.0
GunMinPitch            -5.0
GunStdPitch           +20.0
GunMaxPitch           +44.0
HeadMaxYawSpeed         3.0   // ??
GunMaxPitchSpeed        3.0   // ??
DelayAfterShoot        20.0
ChainfireTime           9.0
FastTargetsAngleError  20.0

// Moving
SoundMove      models.Tank
StayWhenFire   1
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5



//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

[Katyusha]
Description  USSR's rocket car
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/Katyusha/live.him
MeshWinter         3do/Cars/Katyusha/Winter/live.him
MeshSummerDamage   3do/Cars/Katyusha/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3.5
PanzerBodyFront      0.005

// Weapon
Gun                CannonRocketSimpleRS132
NumShells          5000
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      1000.0
HeadYawHalfRange       10.0
GunMinPitch            -5.0
GunStdPitch            15.0
GunMaxPitch           +44.0
HeadMaxYawSpeed        12.0   // ??
GunMaxPitchSpeed       12.0   // ??
DelayAfterShoot        30.0
ChainfireTime          10.0
FastTargetsAngleError  20.0

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5


[StudebeckerRocket]
Description  USSR's Studebecker rocket launcher
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/StudebeckerRocket/live.him
MeshSummerDamage   3do/Cars/StudebeckerRocket/dead.sim
// FIXME: need winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Weapon
Gun                CannonRocketSimpleM13
NumShells          5000
AttackMaxDistance    6000.0
AttackMaxRadius      6000.0
AttackMaxHeight      1000.0
HeadYawHalfRange       10.0
GunMinPitch            -5.0
GunStdPitch            15.0
GunMaxPitch           +44.0
HeadMaxYawSpeed        12.0   // ??
GunMaxPitchSpeed       12.0   // ??
DelayAfterShoot        30.0
ChainfireTime          10.0
FastTargetsAngleError  20.0

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

//======================================================================
// end of: Special artillery
//======================================================================




//======================================================================
//
// Cars
//
//======================================================================

//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

[BikeBMW]
Description    Motorbike BMW
Icon           Car

// Models
MeshSummer        3do/Cars/BikeBMW/live.sim
MeshSummerDamage  3do/Cars/BikeBMW/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  1
PanzerBodyFront      0.001

// Moving
SoundMove       models.Motocycle
SpeedAverage    22.0
SpeedMax        33.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          10.0
AfterCollisionDist  4.5
CommandInterval     1.6
StayInterval        1.5


[OpelKadett]
Description    OpelKadett (closed) "Kubelwagen"
Icon           Car

// Models
MeshSummer        3do/Cars/OpelKadett/Black/mono.sim
MeshSummerDamage  3do/Cars/OpelKadett/damage/mono.sim
MeshWinter        3do/Cars/OpelKadett/Gray/mono.sim
MeshWinterDamage  3do/Cars/OpelKadett/damage/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[VW82]
Description    VW82 (opened) "Kubelwagen"
Icon           Car

// Models
MeshSummer          3do/Cars/VW82_summer/live.sim
MeshSummerDamage    3do/Cars/VW82_summer/dead.sim
MeshWinter          3do/Cars/VW82_winter/live.sim
MeshWinterDamage    3do/Cars/VW82_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[VW82t]
Description    VW82 (tent) "Kubelwagen"
Icon           Car

// Models
MeshSummer          3do/Cars/VW82_TENT_summer/live.sim
MeshSummerDamage    3do/Cars/VW82_TENT_summer/dead.sim
MeshWinter          3do/Cars/VW82_winter/live.sim
MeshWinterDamage    3do/Cars/VW82_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[Kurogane]
Description    Japanese Type 95 Kurogane light car
Icon           Car

// Models
MeshSummer        3do/Cars/Type_95_Kurogane/live.sim
MeshSummerDamage  3do/Cars/Type_95_Kurogane/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[HoHa]
Description    Japanese armored halftrack (empty)
Icon           Car

// Models
MeshSummer        3do/Cars/Ho-Ha/live.sim
MeshSummerDamage  3do/Cars/Ho-Ha/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerSubtype    2
PanzerBodyFront            0.030
PanzerBodyBack             0.015
PanzerBodySide             0.020
PanzerBodyTop              0.015
PanzerHead                 0.030
PanzerHeadTop              0.015

// Moving
SoundMove      models.Car
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5


[Truck_Type94]
Description    Japanese Type 94 Truck
Icon           Car

// Models
MeshSummer        3do/Cars/Type_94_Truck/live.sim
MeshSummerDamage  3do/Cars/Type_94_Truck/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.003

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[OpelBlitz36S]
Description    Opel Blitz 36S
Icon           Car

// Models
MeshSummer         3do/Cars/OpelBlitz36S/live.sim
MeshSummerDamage   3do/Cars/OpelBlitz36S/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[OpelBlitz6700A]
Description    Opel Blitz 6700A
Icon           Car

// Models
MeshSummer           3do/Cars/OpelBlitz6700A_summer/live.sim
MeshSummerDamage     3do/Cars/OpelBlitz6700A_summer/dead.sim
MeshWinter           3do/Cars/OpelBlitz6700A_winter/live.sim
MeshWinterDamage     3do/Cars/OpelBlitz6700A_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[OpelBlitz6700A_medic]
Description    Opel Blitz 6700A. Medic modification.
Icon           Car

// Models
MeshSummer           3do/Cars/OpelBlitz6700A_MEDIC_summer/live.sim
MeshSummerDamage     3do/Cars/OpelBlitz6700A_MEDIC_summer/dead.sim
MeshWinter           3do/Cars/OpelBlitz6700A_MEDIC_winter/live.sim
MeshWinterDamage     3do/Cars/OpelBlitz6700A_MEDIC_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1


[OpelBlitz6700A_radio]
Description    Opel Blitz 6700A. Radio modification.
Icon           Car

// Models
MeshSummer           3do/Cars/OpelBlitz6700A_RADIO/live.sim
MeshSummerDamage     3do/Cars/OpelBlitz6700A_RADIO/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1


[OpelBlitz6700A_fuel]
Description    Opel Blitz 6700A. Fuel tank.
Icon           Car

// Models
MeshSummer           3do/Cars/OpelBlitz6700A_FUEL/live.sim
MeshSummerDamage     3do/Cars/OpelBlitz6700A_FUEL/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  2.9
PanzerBodyFront      0.007
Explode     CarFuel

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5


[OpelBlitzMaultier]
Description    Opel Blitz "Maultier" (half track)
Icon           Car

// Models
MeshSummer         3do/Cars/OpelBlitzMaultier_summer/live.sim
MeshSummerDamage   3do/Cars/OpelBlitzMaultier_summer/dead.sim
MeshWinter         3do/Cars/OpelBlitzMaultier_winter/live.sim
MeshWinterDamage   3do/Cars/OpelBlitzMaultier_winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.008

// Moving
SoundMove      models.Car
SpeedAverage    19.0
SpeedMax        26.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     70.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[Kettenkrad]
Description    Leichter NSU-Kettenkrad HK-101 (Sd.Kfz.2)
Icon           Car

// Models
MeshSummer         3do/Cars/Kettenkrad_summer/hier.sim
MeshSummerDamage   3do/Cars/Kettenkrad_summer_DMG/hier.sim
MeshWinter         3do/Cars/Kettenkrad_winter/hier.sim
MeshWinterDamage   3do/Cars/Kettenkrad_winter_DMG/hier.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.009

// Moving
SoundMove      models.Tank
SpeedAverage    17.0
SpeedMax        20.0
SpeedBack        6.0
RotSpeedMax     60.0             // ??
RotInvisAng     35.0
BestSpace          11.0
AfterCollisionDist  4.7
CommandInterval     1.6
StayInterval        1.5


[RSO]
Description    RSO (Raupenschlepper Ost)
Icon           Car

// Models
MeshSummer         3do/Cars/RSO/mono.sim
MeshSummerDamage   3do/Cars/RSO/damaged/mono.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.008

// Moving
SoundMove      models.Tank
SpeedAverage    17.0
SpeedMax        20.0
SpeedBack        6.0
RotSpeedMax     60.0             // ??
RotInvisAng     35.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[DemagD7]
Description    SdKfz10 (Halftrack)
Icon           Car

// Models
MeshSummer         3do/Cars/DemagD7/Live.sim
MeshSummerDamage   3do/Cars/DemagD7/Dead.sim
MeshWinter         3do/Cars/DemagD7_W/Live.sim
MeshWinterDamage   3do/Cars/DemagD7_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        40.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[SdKfz6]
Description    SdKfz6 (Halftrack)
Icon           Car

// Models
MeshSummer         3do/Cars/SdKfz6/Live.sim
MeshSummerDamage   3do/Cars/SdKfz6/Dead.sim
MeshWinter         3do/Cars/SdKfz6_W/Live.sim
MeshWinterDamage   3do/Cars/SdKfz6_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        40.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

//----------------------------------------------------------------------
// USSR
//----------------------------------------------------------------------

[GAZ_M1]
Description  GAZ M1 (civilian car)
Icon           Car

// Models
MeshSummer        3do/Cars/M1_Green/mono.sim
MeshSummerDamage  3do/Cars/M1_Green_DMG/mono.sim
MeshWinter        3do/Cars/M1_Black/mono.sim
MeshWinterDamage  3do/Cars/M1_Black_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[GAZ67]
Description   GAZ-67 (opened)
Icon           Car

// Models
MeshSummer           3do/Cars/GAZ67/open/mono.sim
MeshSummerDamage     3do/Cars/GAZ67/damage/mono.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[GAZ67t]
Description   GAZ-67 (tent)
Icon           Car

// Models
MeshSummer           3do/Cars/GAZ67/tent/mono.sim
MeshSummerDamage     3do/Cars/GAZ67/damage/mono.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[WillisMB]
Description  Willis MB (open)
Icon           Car

// Models
MeshSummer        3do/Cars/WillisMB_green/mono.sim
MeshSummerDamage  3do/Cars/WillisMB_green_DMG/mono.sim
MeshWinter        3do/Cars/WillisMB_snow/mono.sim
MeshWinterDamage  3do/Cars/WillisMB_snow_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[WillisMB_US]
Description  Willis MB (open). USA painting.
Icon           Car

// Models
MeshSummer        3do/Cars/WillisMB_US/mono.sim
MeshSummerDamage  3do/Cars/WillisMB_US_DMG/mono.sim
MeshWinter        3do/Cars/WillisMB_snow/mono.sim
MeshWinterDamage  3do/Cars/WillisMB_snow_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[WillisMBt]
Description  Willis MB (tent)
Icon           Car

// Models
MeshSummer        3do/Cars/WillisMB_TENT_green/mono.sim
MeshSummerDamage  3do/Cars/WillisMB_TENT_green_DMG/mono.sim
MeshWinter        3do/Cars/WillisMB_TENT_snow/mono.sim
MeshWinterDamage  3do/Cars/WillisMB_TENT_snow_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[WillisMBt_US]
Description  Willis MB (tent). USA painting.
Icon           Car

// Models
MeshSummer        3do/Cars/WillisMB_TENT_US/mono.sim
MeshSummerDamage  3do/Cars/WillisMB_TENT_US_DMG/mono.sim
MeshWinter        3do/Cars/WillisMB_TENT_snow/mono.sim
MeshWinterDamage  3do/Cars/WillisMB_TENT_snow_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[WillisMBtc_US]
Description  Willis MB (camouflaged tent). USA painting.
Icon           Car

// Models
MeshSummer        3do/Cars/WillisMB_TENT_camouf_US/mono.sim
MeshSummerDamage  3do/Cars/WillisMB_TENT_camouf_US_DMG/mono.sim
MeshWinter        3do/Cars/WillisMB_TENT_snow/mono.sim
MeshWinterDamage  3do/Cars/WillisMB_TENT_snow_DMG/mono.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5


[ZIS5_PC]
Description    ZIS-5 personnel carrier
Icon           Car

// Models
MeshSummer           3do/Cars/ZIS5_PC/NORM/mono.sim
MeshSummerDamage     3do/Cars/ZIS5_PC/DAMAGED/mono.sim
// FIXME: need a winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[ZIS5_medic]
Description    ZIS-5 medic modification.
Icon           Car

// Models
MeshSummer           3do/Cars/ZIS5_medic/NORM/mono.sim
MeshSummerDamage     3do/Cars/ZIS5_medic/DAMAGED/mono.sim
// FIXME: need a winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[ZIS5_radio]
Description    ZIS-5 radio station.
Icon           Car

// Models
MeshSummer           3do/Cars/ZIS5_radio/NORM/mono.sim
MeshSummerDamage     3do/Cars/ZIS5_radio/DAMAGED/mono.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[ZIS6_fuel]
Description    ZIS-6 fuel tank.
Icon           Car

// Models
MeshSummer           3do/Cars/ZIS6_fuel/NORM/mono.sim
MeshSummerDamage     3do/Cars/ZIS6_fuel/DAMAGED/mono.sim
// FIXME: need a winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  2.9
PanzerBodyFront      0.007
Explode     CarFuel

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5


[StudebeckerTruck]
Description   Studebecker
Icon           Car

// Models
MeshSummer        3do/Cars/StudebeckerTruck/live.sim
MeshSummerDamage  3do/Cars/StudebeckerTruck/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5


[Chevrolet_flatbed_US]
Description    Chevrolet (US).
Icon           Car

// Models
MeshSummer           3do/Cars/Chevrolet_FLATBED_US/live.sim
MeshSummerDamage     3do/Cars/Chevrolet_FLATBED_US/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5

[Chevrolet_medic_US]
Description    Chevrolet ambulance (US).
Icon           Car

// Models
MeshSummer           3do/Cars/Chevrolet_MEDIC_US/live.sim
MeshSummerDamage     3do/Cars/Chevrolet_MEDIC_US/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2

[Chevrolet_radio_US]
Description    Chevrolet radio station (US).
Icon           Car

// Models
MeshSummer           3do/Cars/Chevrolet_RADIO_US/live.sim
MeshSummerDamage     3do/Cars/Chevrolet_RADIO_US/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[DiamondT_US]
Description    Diamond T (US).
Icon           Car

// Models
MeshSummer           3do/Cars/DiamondT_US/live.sim
MeshSummerDamage     3do/Cars/DiamondT_US/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.006

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[M3_Halftrack]
Description   USA's M3 armored car (empty)
Icon           Car

// Models
MeshSummer        3do/Cars/M3_Empty/live.sim
MeshSummerDamage  3do/Cars/M3_Empty/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.006

// Moving
SoundMove      models.Car
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[M3_Halftrack_ppl]
Description   USA's M3 armored car (with soldiers)
Icon           Car

// Models
MeshSummer        3do/Cars/M3_Halftrack/live.him
MeshSummerDamage  3do/Cars/M3_Halftrack/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.006

// Moving
SoundMove      models.Car
SpeedAverage    25.0
SpeedMax        45.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5
Soldiers      2


[Tractor_US]
Description    US tractor (single seat)
Icon           Car

// Models
MeshSummer           3do/Cars/Tractor_US/live.sim
MeshSummerDamage     3do/Cars/Tractor_US/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[DUKW]
Description  USA 1942 Utility FrontWheelDrive TwoRearDrivingAxles Landing Craft
Icon         fieldgun       // used for 'stacionar' tank only

// Models
MeshSummer         3do/Cars/DUKW/hier.him
MeshSummerDamage   3do/Cars/DUKW/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype    2
PanzerBodyFront      0.006

// Moving
SoundMove      models.Tank
StayWhenFire   0
SpeedAverage    40.0
SpeedMax        80.0
SpeedBack        5.0
RotSpeedMax     40.0             // ??
RotInvisAng     38.0
BestSpace          14.0
AfterCollisionDist  5.5
CommandInterval     1.6
StayInterval        1.5

[Bulldozer_US]
Description    US Bulldozer (single seat)
Icon           Car

// Models
MeshSummer           3do/Cars/Bulldozer/live.sim
MeshSummerDamage     3do/Cars/Bulldozer/dead.sim
// FIXME: make winter camouflage

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    12.0
SpeedMax        20.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[Bus_US]
Description  US Bus (civilian car)
Icon           Car

// Models
MeshSummer           3do/Cars/Bus/live.sim
MeshSummerDamage     3do/Cars/Bus/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  2
PanzerBodyFront      0.002

// Moving
SoundMove      models.Car
SpeedAverage    34.0
SpeedMax        60.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          11.0
AfterCollisionDist  5.1
CommandInterval     1.6
StayInterval        1.5

[GAZ_55]
Description    GAZ-55 Personnel carrier
Icon           Car

// Models
MeshSummer         3do/Cars/GAZ_55/Live.sim
MeshSummerDamage   3do/Cars/GAZ_55/Dead.sim
MeshWinter         3do/Cars/GAZ_55_W/Live.sim
MeshWinterDamage   3do/Cars/GAZ_55_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[GAZ_Bus]
Description    GAZ Bus
Icon           Car

// Models
MeshSummer         3do/Cars/GAZ_Bus/Live.sim
MeshSummerDamage   3do/Cars/GAZ_Bus/Dead.sim
MeshWinter         3do/Cars/GAZ_Bus_W/Live.sim
MeshWinterDamage   3do/Cars/GAZ_Bus_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        40.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[GAZ_AA]
Description    GAZ-AA Truck
Icon           Car

// Models
MeshSummer         3do/Cars/GAZ_AA/Live.sim
MeshSummerDamage   3do/Cars/GAZ_AA/Dead.sim
MeshWinter         3do/Cars/GAZ_AA_W/Live.sim
MeshWinterDamage   3do/Cars/GAZ_AA_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[GAZ_AAA]
Description    GAZ-AAA Truck
Icon           Car

// Models
MeshSummer         3do/Cars/GAZ_AAA/Live.sim
MeshSummerDamage   3do/Cars/GAZ_AAA/Dead.sim
MeshWinter         3do/Cars/GAZ_AAA_W/Live.sim
MeshWinterDamage   3do/Cars/GAZ_AAA_W/Dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  3
PanzerBodyFront      0.005

// Moving
SoundMove      models.Car
SpeedAverage    22.0
SpeedMax        30.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          13.0
AfterCollisionDist  6.1
CommandInterval     1.6
StayInterval        1.5
Soldiers      1

[Bicycle]
Description  Bicycle
Icon           Car

// Models
MeshSummer        3do/Cars/BCycle/live.sim
MeshSummerDamage  3do/Cars/BCycle/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  1
PanzerBodyFront      0.001

// Moving
SoundMove       none
SpeedAverage    12.0
SpeedMax        20.0
SpeedBack        5.0
RotSpeedMax     20.0             // ??
RotInvisAng     45.0
BestSpace          10.0
AfterCollisionDist  4.5
CommandInterval     1.6
StayInterval        1.5

[Motorcycle]
Description  Motorcycle
Icon           Car

// Models
MeshSummer        3do/Cars/MCycle/Summer/live.sim
MeshSummerDamage  3do/Cars/MCycle/Summer/dead.sim
MeshWinter        3do/Cars/MCycle/Winter/live.sim
MeshWinterDamage  3do/Cars/MCycle/Winter/dead.sim

// Panzer
PanzerType  Car
PanzerSubtype  1
PanzerBodyFront      0.001

// Moving
SoundMove       models.Motocycle
SpeedAverage    22.0
SpeedMax        33.0
SpeedBack        5.0
RotSpeedMax     60.0             // ??
RotInvisAng     65.0
BestSpace          10.0
AfterCollisionDist  4.5
CommandInterval     1.6
StayInterval        1.5


//======================================================================
// end of: Cars
//======================================================================

//======================================================================
// Wagons
//======================================================================

[Wagon1]
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Cargo/hier.him
MeshSummerDamage  3do/Trains/Cargo_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.010
Explode              WagonWoodExplosives

[Wagon2]
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Cargo/hier.him
MeshSummerDamage  3do/Trains/Cargo_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.010
Explode              WagonWood

[Wagon3]      // passenger
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Wagon/hier.him
MeshSummerDamage  3do/Trains/Wagon_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.010
Explode              WagonWood

[Wagon4]      // platform1
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Platform1/hier.him
MeshSummerDamage  3do/Trains/Platform1_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonWood

[Wagon5]      // platform2
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Platform2/hier.him
MeshSummerDamage  3do/Trains/Platform2_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonWood

[Wagon6]      // platform3
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Platform3/hier.him
MeshSummerDamage  3do/Trains/Platform3_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonWood

[Wagon7]      // platform4
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Platform4/hier.him
MeshSummerDamage  3do/Trains/Platform4_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonWood

[Wagon8]      // oiltank
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/OilTank/hier.him
MeshSummerDamage  3do/Trains/OilTank_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonFuel

[Wagon9]      // parovoz russia
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Prvz/hier.him
MeshSummerDamage  3do/Trains/Prvz_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonMetal

[Wagon10]      // parovoz trailor russia
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/PrvzB/hier.him
MeshSummerDamage  3do/Trains/PrvzB_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonMetal

[Wagon11]      // parovoz verm
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/Prvz_B/hier.him
MeshSummerDamage  3do/Trains/Prvz_B_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonMetal

[Wagon12]      // parovoz trailor verm
Description    Wagon
Icon           Train
// Models
MeshSummer        3do/Trains/PrvzB_B/hier.him
MeshSummerDamage  3do/Trains/PrvzB_B_Dmg/hier.him
// Panzer
PanzerType  Car
PanzerSubtype  4
PanzerBodyFront      0.015
Explode              WagonMetal

[Wagon13]      // Armored Train
Description       MBV-2 Armored Train
Icon              Train
// Models
MeshSummer        3do/Trains/MBV2/Summer/hier.him
MeshSummerDamage  3do/Trains/MBV2_Dmg/Summer/hier.him
MeshWinter        3do/Trains/MBV2/Winter/hier.him
MeshWinterDamage  3do/Trains/MBV2_Dmg/Winter/hier.him
// Panzer
PanzerType        Car
PanzerSubtype     4
PanzerBodyFront   0.036
Explode           WagonMetal

//======================================================================
// end of: Wagons
//======================================================================




//======================================================================
//
// Stacionary planes
//
//======================================================================

//----------------------------------------------------------------------
// Russia
//----------------------------------------------------------------------
[B_17G]
Description    B_17G
Icon           Plane
// Class
Class          air.B_17G
// Panzer
PanzerBodyFront      0.016

[BI_1]
Description    BI_1
Icon           Plane
// Class
Class          air.BI_1
// Panzer
PanzerBodyFront      0.002

[C_47]
Description    C_47
Icon           Plane
// Class
Class          air.C_47
// Panzer
PanzerBodyFront      0.008

[IL_4_DB3B]
Description    IL_4_DB3B
Icon           Plane
// Class
Class          air.IL_4_DB3B
// Panzer
PanzerBodyFront      0.016

[IL_4_DB3M]
Description    IL_4_DB3M
Icon           Plane
// Class
Class          air.IL_4_DB3M
// Panzer
PanzerBodyFront      0.016

[IL_4_DB3T]
Description    IL_4_DB3T
Icon           Plane
// Class
Class          air.IL_4_DB3T
// Panzer
PanzerBodyFront      0.016

[IL_4_DB3F]
Description    IL_4_DB3F
Icon           Plane
// Class
Class          air.IL_4_DB3F
// Panzer
PanzerBodyFront      0.016

[IL_4_IL4]
Description    IL_4_IL4
Icon           Plane
// Class
Class          air.IL_4_IL4
// Panzer
PanzerBodyFront      0.016

[BLENHEIM1]
Description    BLENHEIM1
Icon           Plane
Class          air.BLENHEIM1
PanzerBodyFront      0.008

[BLENHEIM4]
Description    BLENHEIM4
Icon           Plane
Class          air.BLENHEIM4
PanzerBodyFront      0.008

[G_11]
Description    G_11
Icon           Plane
// Class
Class          air.G_11
// Panzer
PanzerBodyFront      0.002

[GLADIATOR1J8A]
Description    J8A
Icon           Plane
// Class
Class          air.GLADIATOR1J8A
// Panzer
PanzerBodyFront      0.002

[GLADIATOR1]
Description    GladiatorMkI
Icon           Plane
// Class
Class          air.GLADIATOR1
// Panzer
PanzerBodyFront      0.002

[GLADIATOR2]
Description    GladiatorMkII
Icon           Plane
// Class
Class          air.GLADIATOR2
// Panzer
PanzerBodyFront      0.002

[P_36A3]
Description    P_36A3
Icon           Plane
// Class
Class          air.P_36A3
// Panzer
PanzerBodyFront      0.002

[P_36A4]
Description    P_36A4
Icon           Plane
// Class
Class          air.P_36A4
// Panzer
PanzerBodyFront      0.002

[HurricaneMkIa]
Description    HurricaneMkIa
Icon           Plane
Class          air.HurricaneMkIa
PanzerBodyFront      0.002

[HurricaneMkIIb]
Description    HurricaneMkIIb
Icon           Plane
Class          air.HurricaneMkIIb
PanzerBodyFront      0.002

[HurricaneMkIIc]
Description    HurricaneMkIIc
Icon           Plane
Class          air.HurricaneMkIIc
PanzerBodyFront      0.002

[HurricaneMkIIbMod]
Description    HurricaneMkIIbMod
Icon           Plane
Class          air.HurricaneMkIIbMod
PanzerBodyFront      0.002

[I_153_M62]
Description    I_153_M62
Icon           Plane
// Class
Class          air.I_153_M62
// Panzer
PanzerBodyFront      0.002


[I_153P]
Description    I_153P
Icon           Plane
// Class
Class          air.I_153P
// Panzer
PanzerBodyFront      0.002


[I_16TYPE18]
Description    I_16TYPE18
Icon           Plane
// Class
Class          air.I_16TYPE18
// Panzer
PanzerBodyFront      0.002


[I_16TYPE24]
Description    I_16TYPE24
Icon           Plane
// Class
Class          air.I_16TYPE24
// Panzer
PanzerBodyFront      0.002


[IL_2_1940Early]
Description    IL_2_1940Early
Icon           Plane
// Class
Class          air.IL_2_1940Early
// Panzer
PanzerBodyFront      0.002


[IL_2_1940Late]
Description    IL_2_1940Late
Icon           Plane
// Class
Class          air.IL_2_1940Late
// Panzer
PanzerBodyFront      0.002


[IL_2_1941Early]
Description    IL_2_1941Early
Icon           Plane
// Class
Class          air.IL_2_1941Early
// Panzer
PanzerBodyFront      0.002


[IL_2_1941Late]
Description    IL_2_1941Late
Icon           Plane
// Class
Class          air.IL_2_1941Late
// Panzer
PanzerBodyFront      0.002


[IL_2I]
Description    IL_2I
Icon           Plane
// Class
Class          air.IL_2I
// Panzer
PanzerBodyFront      0.002


[IL_2MEarly]
Description    IL_2MEarly
Icon           Plane
// Class
Class          air.IL_2MEarly
// Panzer
PanzerBodyFront      0.002


[IL_2MLate]
Description    IL_2MLate
Icon           Plane
// Class
Class          air.IL_2MLate
// Panzer
PanzerBodyFront      0.002


[IL_2T]
Description    IL_2T
Icon           Plane
// Class
Class          air.IL_2T
// Panzer
PanzerBodyFront      0.002


[IL_2Type3]
Description    IL_2Type3
Icon           Plane
// Class
Class          air.IL_2Type3
// Panzer
PanzerBodyFront      0.002


[IL_2Type3M]
Description    IL_2Type3M
Icon           Plane
// Class
Class          air.IL_2Type3M
// Panzer
PanzerBodyFront      0.002


[LAGG_3SERIES4]
Description    LAGG_3SERIES4
Icon           Plane
// Class
Class          air.LAGG_3SERIES4
// Panzer
PanzerBodyFront      0.002


[LAGG_3IT]
Description    LAGG_3IT
Icon           Plane
// Class
Class          air.LAGG_3IT
// Panzer
PanzerBodyFront      0.002


[LAGG_3SERIES66]
Description    LAGG_3SERIES66
Icon           Plane
// Class
Class          air.LAGG_3SERIES66
// Panzer
PanzerBodyFront      0.002


[LA_5]
Description    LA_5
Icon           Plane
Class          air.LA_5
PanzerBodyFront      0.002

[LA_5F]
Description    LA_5F
Icon           Plane
Class          air.LA_5F
PanzerBodyFront      0.002

[LA_5FN]
Description    LA_5FN
Icon           Plane
Class          air.LA_5FN
PanzerBodyFront      0.002

[LA_7]
Description    LA_7
Icon           Plane
Class          air.LA_7
PanzerBodyFront      0.002

[LA_7B20]
Description    LA_7B20
Icon           Plane
Class          air.LA_7B20
PanzerBodyFront      0.002

[LI_2]
Description    LI_2
Icon           Plane
// Class
Class          air.LI_2
// Panzer
PanzerBodyFront      0.008


[MBR_2AM34]
Description    MBR_2AM34
Icon           Plane
// Class
Class          air.MBR_2AM34
// Panzer
PanzerBodyFront      0.008


[MIG_3EARLY]
Description    MIG_3EARLY
Icon           Plane
// Class
Class          air.MIG_3EARLY
// Panzer
PanzerBodyFront      0.002


[MIG_3U]
Description    MIG_3U
Icon           Plane
// Class
Class          air.MIG_3U
// Panzer
PanzerBodyFront      0.002


[MIG_3UD]
Description    MIG_3UD
Icon           Plane
// Class
Class          air.MIG_3UD
// Panzer
PanzerBodyFront      0.002


[MIG_3UB]
Description    MIG_3UB
Icon           Plane
// Class
Class          air.MIG_3UB
// Panzer
PanzerBodyFront      0.002


[MIG_3SHVAK]
Description    MIG_3SHVAK
Icon           Plane
// Class
Class          air.MIG_3SHVAK
// Panzer
PanzerBodyFront      0.002


[MIG_3AM38]
Description    MIG_3AM38
Icon           Plane
// Class
Class          air.MIG_3AM38
// Panzer
PanzerBodyFront      0.002


[P_11C]
Description    P_11C
Icon           Plane
// Class
Class          air.P_11C
// Panzer
PanzerBodyFront      0.002

[P_38J]
Description    P_38J
Icon           Plane
// Class
Class          air.P_38J
// Panzer
PanzerBodyFront      0.002

[P_38L]
Description    P_38L
Icon           Plane
// Class
Class          air.P_38L
// Panzer
PanzerBodyFront      0.002

[P_39N]
Description    P_39N
Icon           Plane
// Class
Class          air.P_39N
// Panzer
PanzerBodyFront      0.002


[P_39Q1]
Description    P_39Q1
Icon           Plane
// Class
Class          air.P_39Q1
// Panzer
PanzerBodyFront      0.002


[P_39Q10]
Description    P_39Q10
Icon           Plane
// Class
Class          air.P_39Q10
// Panzer
PanzerBodyFront      0.002



[P_40E]
Description    P_40E
Icon           Plane
Class          air.P_40E
PanzerBodyFront      0.002

[P_40EM105]
Description    P_40EM105
Icon           Plane
Class          air.P_40EM105
PanzerBodyFront      0.002

[P_40M]
Description    P_40M
Icon           Plane
Class          air.P_40M
PanzerBodyFront      0.002

[P_47D10]
Description    P_47D10
Icon           Plane
Class          air.P_47D10
PanzerBodyFront      0.008

[P_47D22]
Description    P_47D22
Icon           Plane
Class          air.P_47D22
PanzerBodyFront      0.008

[P_47D27]
Description    P_47D27
Icon           Plane
Class          air.P_47D27
PanzerBodyFront      0.008

[P_51B]
Description    P_51B
Icon           Plane
// Class
Class          air.P_51B
// Panzer
PanzerBodyFront      0.002

[P_51C]
Description    P_51C
Icon           Plane
// Class
Class          air.P_51C
// Panzer
PanzerBodyFront      0.002

[P_51D5NT]
Description    P_51D5NT
Icon           Plane
// Class
Class          air.P_51D5NT
// Panzer
PanzerBodyFront      0.002

[P_51D20NA]
Description    P_51D20NA
Icon           Plane
// Class
Class          air.P_51D20NA
// Panzer
PanzerBodyFront      0.002

[P_63C]
Description    P_63C
Icon           Plane
// Class
Class          air.P_63C
// Panzer
PanzerBodyFront      0.002

[P_80A]
Description    P_80A
Icon           Plane
// Class
Class          air.P_80A
// Panzer
PanzerBodyFront      0.002

[PBN1]
Description    PBN1
Icon           Plane
// Class
Class          air.PBN1
// Panzer
PanzerBodyFront      0.016

[PE_2SERIES1]
Description    PE_2SERIES1
Icon           Plane
// Class
Class          air.PE_2SERIES1
// Panzer
PanzerBodyFront      0.002


[PE_2SERIES84]
Description    PE_2SERIES84
Icon           Plane
// Class
Class          air.PE_2SERIES84
// Panzer
PanzerBodyFront      0.002


[PE_2SERIES110]
Description    PE_2SERIES110
Icon           Plane
// Class
Class          air.PE_2SERIES110
// Panzer
PanzerBodyFront      0.002


[PE_2SERIES359]
Description    PE_2SERIES359
Icon           Plane
// Class
Class          air.PE_2SERIES359
// Panzer
PanzerBodyFront      0.002


[PE_3SERIES1]
Description    PE_3SERIES1
Icon           Plane
// Class
Class          air.PE_3SERIES1
// Panzer
PanzerBodyFront      0.002


[PE_3BIS]
Description    PE_3BIS
Icon           Plane
// Class
Class          air.PE_3BIS
// Panzer
PanzerBodyFront      0.002


[PE_8]
Description    PE_8
Icon           Plane
// Class
Class          air.PE_8
// Panzer
PanzerBodyFront      0.016


[R_10]
Description    R_10
Icon           Plane
// Class
Class          air.R_10
// Panzer
PanzerBodyFront      0.002

[SB_2M100A]
Description    SB_2M100A
Icon           Plane
Class          air.SB_2M100A
PanzerBodyFront      0.008

[SB_2M103]
Description    SB_2M103
Icon           Plane
Class          air.SB_2M103
PanzerBodyFront      0.008

[SPITFIRE5B]
Description    SPITFIRE5B
Icon           Plane
Class          air.SPITFIRE5B
PanzerBodyFront      0.002

[SPITFIRE5BCLP]
Description    SPITFIRE5BCLP
Icon           Plane
Class          air.SPITFIRE5BCLP
PanzerBodyFront      0.002

[SPITFIRE5BLF]
Description    SPITFIRE5BLF
Icon           Plane
Class          air.SPITFIRE5BLF
PanzerBodyFront      0.002

[SPITFIRE5BLFCLP]
Description    SPITFIRE5BLFCLP
Icon           Plane
Class          air.SPITFIRE5BLFCLP
PanzerBodyFront      0.002

[SU_2]
Description    SU_2
Icon           Plane
Class          air.SU_2
PanzerBodyFront      0.008

[TB_3_4M_17]
Description    TB_3_4M_17
Icon           Plane
Class          air.TB_3_4M_17
PanzerBodyFront      0.016

[TB_3_4M_34R]
Description    TB_3_4M_34R
Icon           Plane
Class          air.TB_3_4M_34R
PanzerBodyFront      0.016

[TU_2S]
Description    TU_2S
Icon           Plane
Class          air.TU_2S
PanzerBodyFront      0.008

[U_2VS]
Description    U_2VS
Icon           Plane
Class          air.U_2VS
PanzerBodyFront      0.002

[YAK_1]
Description    YAK_1
Icon           Plane
Class          air.YAK_1
PanzerBodyFront      0.002

[YAK_1B]
Description    YAK_1B
Icon           Plane
Class          air.YAK_1B
PanzerBodyFront      0.002

[YAK_3]
Description    YAK_3
Icon           Plane
Class          air.YAK_3
PanzerBodyFront      0.002

[YAK_7B]
Description    YAK_7B
Icon           Plane
Class          air.YAK_7B
PanzerBodyFront      0.002

[YAK_9]
Description    YAK_9
Icon           Plane
Class          air.YAK_9
PanzerBodyFront      0.002

[YAK_9D]
Description    YAK_9D
Icon           Plane
Class          air.YAK_9D
PanzerBodyFront      0.002

[YAK_9K]
Description    YAK_9K
Icon           Plane
Class          air.YAK_9K
PanzerBodyFront      0.002

[YAK_9T]
Description    YAK_9T
Icon           Plane
Class          air.YAK_9T
PanzerBodyFront      0.002

[YAK_9U]
Description    YAK_9U
Icon           Plane
Class          air.YAK_9U
PanzerBodyFront      0.002

[A_20G]
Description    A_20G
Icon           Plane
Class          air.A_20G
PanzerBodyFront      0.016
[TBM3AVENGER3]
Description    TBM3AVENGER3
Icon           Plane
Class          air.TBM3AVENGER3
PanzerBodyFront      0.008
[B_17E]
Description    B_17E
Icon           Plane
Class          air.B_17E
PanzerBodyFront      0.016
[B_29]
Description    B_29
Icon           Plane
Class          air.B_29
PanzerBodyFront      0.016
[B_25C25]
Description    B_25C25
Icon           Plane
Class          air.B_25C25
PanzerBodyFront      0.008
[B_25G1]
Description    B_25G1
Icon           Plane
Class          air.B_25G1
PanzerBodyFront      0.008
[B_25H1]
Description    B_25H1
Icon           Plane
Class          air.B_25H1
PanzerBodyFront      0.008
[B_25J1]
Description    B_25J1
Icon           Plane
Class          air.B_25J1
PanzerBodyFront      0.008
[F4F3]
Description    F4F3
Icon           Plane
Class          air.F4F3
PanzerBodyFront      0.002
[F4F4]
Description    F4F4
Icon           Plane
Class          air.F4F4
PanzerBodyFront      0.002
[F4F_FM2]
Description    F4F_FM2
Icon           Plane
Class          air.F4F_FM2
PanzerBodyFront      0.002
[F4U1A]
Description    F4U1A
Icon           Plane
Class          air.F4U1A
PanzerBodyFront      0.002
[F4U1C]
Description    F4U1C
Icon           Plane
Class          air.F4U1C
PanzerBodyFront      0.002
[F4U1D]
Description    F4U1D
Icon           Plane
Class          air.F4U1D
PanzerBodyFront      0.002
[F6F3]
Description    F6F3
Icon           Plane
Class          air.F6F3
PanzerBodyFront      0.002
[F6F5]
Description    F6F5
Icon           Plane
Class          air.F6F5
PanzerBodyFront      0.002
[I_185M71]
Description    I_185M71
Icon           Plane
Class          air.I_185M71
PanzerBodyFront      0.002
[I_185M82A]
Description    I_185M82A
Icon           Plane
Class          air.I_185M82A
PanzerBodyFront      0.002
[LAGG_3SERIES29]
Description    LAGG_3SERIES29
Icon           Plane
Class          air.LAGG_3SERIES29
PanzerBodyFront      0.002
[LAGG_3SERIES35]
Description    LAGG_3SERIES35
Icon           Plane
Class          air.LAGG_3SERIES35
PanzerBodyFront      0.002
[P_39D1]
Description    P_39D1
Icon           Plane
Class          air.P_39D1
PanzerBodyFront      0.002
[P_39D2]
Description    P_39D2
Icon           Plane
Class          air.P_39D2
PanzerBodyFront      0.002
[P_400]
Description    P_400
Icon           Plane
Class          air.P_400
PanzerBodyFront      0.002
[SEAFIRE3]
Description    SEAFIRE3
Icon           Plane
Class          air.SEAFIRE3
PanzerBodyFront      0.002
[SEAFIRE3F]
Description    SEAFIRE3F
Icon           Plane
Class          air.SEAFIRE3F
PanzerBodyFront      0.002
[SPITFIRE8]
Description    SPITFIRE8
Icon           Plane
Class          air.SPITFIRE8
PanzerBodyFront      0.002
[SPITFIRE8CLP]
Description    SPITFIRE8CLP
Icon           Plane
Class          air.SPITFIRE8CLP
PanzerBodyFront      0.002
[SPITFIRE9C]
Description    SPITFIRE9C
Icon           Plane
Class          air.SPITFIRE9C
PanzerBodyFront      0.002
[SPITFIRE9CCLP]
Description    SPITFIRE9CCLP
Icon           Plane
Class          air.SPITFIRE9CCLP
PanzerBodyFront      0.002
[SPITFIRE9E]
Description    SPITFIRE9E
Icon           Plane
Class          air.SPITFIRE9E
PanzerBodyFront      0.002
[SPITFIRE9ECLP]
Description    SPITFIRE9ECLP
Icon           Plane
Class          air.SPITFIRE9ECLP
PanzerBodyFront      0.002
[SPITFIRE9EHF]
Description    SPITFIRE9EHF
Icon           Plane
Class          air.SPITFIRE9EHF
PanzerBodyFront      0.002
[TBF1]
Description    TBF1
Icon           Plane
Class          air.TBF1
PanzerBodyFront      0.008
[TBF1C]
Description    TBF1C
Icon           Plane
Class          air.TBF1C
PanzerBodyFront      0.008
[TBM3]
Description    TBM3
Icon           Plane
Class          air.TBM3
PanzerBodyFront      0.008
[YAK_3P]
Description    YAK_3P
Icon           Plane
Class          air.YAK_3P
PanzerBodyFront      0.002
[YAK_7A]
Description    YAK_7A
Icon           Plane
Class          air.YAK_7A
PanzerBodyFront      0.002
[YAK_9B]
Description    YAK_9B
Icon           Plane
Class          air.YAK_9B
PanzerBodyFront      0.002
[YAK_9M]
Description    YAK_9M
Icon           Plane
Class          air.YAK_9M
PanzerBodyFront      0.002
[YAK_9UT]
Description    YAK_9UT
Icon           Plane
Class          air.YAK_9UT
PanzerBodyFront      0.002

[MOSQUITO4]
Description    MOSQUITO4
Icon           Plane
Class          air.MOSQUITO4
PanzerBodyFront      0.008
[MOSQUITO6]
Description    MOSQUITO6
Icon           Plane
Class          air.MOSQUITO6
PanzerBodyFront      0.008

[A_20C]
Description    A_20C
Icon           Plane
Class          air.A_20C
PanzerBodyFront      0.002
[IL_10]
Description    IL_10
Icon           Plane
Class          air.IL_10
PanzerBodyFront      0.002
[SPITFIRE925LBS]
Description    SPITFIRE925LBS
Icon           Plane
Class          air.SPITFIRE925LBS
PanzerBodyFront      0.002


[BI_6]
Description    BI_6
Icon           Plane
Class          air.BI_6
PanzerBodyFront      0.002
[I_250]
Description    I_250
Icon           Plane
Class          air.I_250
PanzerBodyFront      0.002
[LAGG_3RD]
Description    LAGG_3RD
Icon           Plane
Class          air.LAGG_3RD
PanzerBodyFront      0.002
[LA_7R]
Description    LA_7R
Icon           Plane
Class          air.LA_7R
PanzerBodyFront      0.002
[MIG_9_I_300]
Description    MIG_9_I_300
Icon           Plane
Class          air.MIG_9_I_300
PanzerBodyFront      0.002
[MIG_9FS]
Description    MIG_9FS
Icon           Plane
Class          air.MIG_9FS
PanzerBodyFront      0.002
[YAK_3VK107]
Description    YAK_3VK107
Icon           Plane
Class          air.YAK_3VK107
PanzerBodyFront      0.002
[YAK_3R]
Description    YAK_3R
Icon           Plane
Class          air.YAK_3R
PanzerBodyFront      0.002
[YAK_15]
Description    YAK_15
Icon           Plane
Class          air.YAK_15
PanzerBodyFront      0.002


//----------------------------------------------------------------------
// Germany
//----------------------------------------------------------------------

[A6M2]
Description    A6M2
Icon           Plane
Class          air.A6M2
PanzerBodyFront      0.002

[A6M5A]
Description    A6M5A
Icon           Plane
Class          air.A6M5A
PanzerBodyFront      0.002

[AR_196A3]
Description    AR_196A3
Icon           Plane
Class          air.AR_196A3
PanzerBodyFront      0.004

[F2A_B239]
Description    F2A_B239
Icon           Plane
Class          air.F2A_B239
PanzerBodyFront      0.002

[BF_109E4]
Description    BF_109E4
Icon           Plane
// Class
Class          air.BF_109E4
// Panzer
PanzerBodyFront      0.002


[BF_109E4B]
Description    BF_109E4B
Icon           Plane
// Class
Class          air.BF_109E4B
// Panzer
PanzerBodyFront      0.002


[BF_109E7]
Description    BF_109E7
Icon           Plane
// Class
Class          air.BF_109E7
// Panzer
PanzerBodyFront      0.002

[BF_109E7NZ]
Description    BF_109E7NZ
Icon           Plane
Class          air.BF_109E7NZ
PanzerBodyFront      0.002

[BF_109F2]
Description    BF_109F2
Icon           Plane
// Class
Class          air.BF_109F2
// Panzer
PanzerBodyFront      0.002

[BF_109F4]
Description    BF_109F4
Icon           Plane
// Class
Class          air.BF_109F4
// Panzer
PanzerBodyFront      0.002

[BF_109G2]
Description    BF_109G2
Icon           Plane
// Class
Class          air.BF_109G2
// Panzer
PanzerBodyFront      0.002


[BF_109G6]
Description    BF_109G6
Icon           Plane
// Class
Class          air.BF_109G6
// Panzer
PanzerBodyFront      0.002

[BF_109G6AS]
Description    BF_109G6AS
Icon           Plane
// Class
Class          air.BF_109G6AS
// Panzer
PanzerBodyFront      0.002

[BF_109G6Late]
Description    BF_109G6Late
Icon           Plane
// Class
Class          air.BF_109G6Late
// Panzer
PanzerBodyFront      0.002


[BF_109G10]
Description    BF_109G10
Icon           Plane
Class          air.BF_109G10
PanzerBodyFront      0.002

[BF_109G14]
Description    BF_109G14
Icon           Plane
Class          air.BF_109G14
PanzerBodyFront      0.002

[BF_109K4]
Description    BF_109K4
Icon           Plane
// Class
Class          air.BF_109K4
// Panzer
PanzerBodyFront      0.002

[BF_109Z]
Description    BF_109Z
Icon           Plane
// Class
Class          air.BF_109Z
// Panzer
PanzerBodyFront      0.002

[BF_110C4]
Description    BF_110C4
Icon           Plane
Class          air.BF_110C4
PanzerBodyFront      0.008

[BF_110C4B]
Description    BF_110C4B
Icon           Plane
Class          air.BF_110C4B
PanzerBodyFront      0.008

[BF_110G2]
Description    BF_110G2
Icon           Plane
Class          air.BF_110G2
PanzerBodyFront      0.008

[FI_156]
Description    FI_156
Icon           Plane
// Class
Class          air.FI_156
// Panzer
PanzerBodyFront      0.002


[FW_189A2]
Description    FW_189A2
Icon           Plane
// Class
Class          air.FW_189A2
// Panzer
PanzerBodyFront      0.008


[FW_190A4]
Description    FW_190A4
Icon           Plane
// Class
Class          air.FW_190A4
// Panzer
PanzerBodyFront      0.002


[FW_190A5]
Description    FW_190A5
Icon           Plane
// Class
Class          air.FW_190A5
// Panzer
PanzerBodyFront      0.002


[FW_190A8]
Description    FW_190A8
Icon           Plane
// Class
Class          air.FW_190A8
// Panzer
PanzerBodyFront      0.002

[FW_190A9]
Description    FW_190A9
Icon           Plane
Class          air.FW_190A9
PanzerBodyFront      0.002

[FW_190D9]
Description    FW_190D9
Icon           Plane
Class          air.FW_190D9
PanzerBodyFront      0.002

[FW_190D9LATE]
Description    FW_190D9LATE
Icon           Plane
Class          air.FW_190D9LATE
PanzerBodyFront      0.002

[FW_190F8]
Description    FW_190F8
Icon           Plane
Class          air.FW_190F8
PanzerBodyFront      0.002

[FW_200C3U4]
Description    FW_200C3U4
Icon           Plane
Class          air.FW_200C3U4
PanzerBodyFront      0.008

[CR_42]
Description    CR_42
Icon           Plane
Class          air.CR_42
PanzerBodyFront      0.002

[G50]
Description    G50
Icon           Plane
Class          air.G50
PanzerBodyFront      0.002

[GO_229A1]
Description    GO_229A1
Icon           Plane
Class          air.GO_229A1
PanzerBodyFront      0.004

[HE_111H2]
Description    HE_111H2
Icon           Plane
// Class
Class          air.HE_111H2
// Panzer
PanzerBodyFront      0.008

[HE_111H6]
Description    HE_111H6
Icon           Plane
// Class
Class          air.HE_111H6
// Panzer
PanzerBodyFront      0.008


[HE_111Z]
Description    HE_111Z
Icon           Plane
// Class
Class          air.HE_111Z
// Panzer
PanzerBodyFront      0.008


[HE_162A2]
Description    HE_162A2
Icon           Plane
// Class
Class          air.HE_162A2
// Panzer
PanzerBodyFront      0.002


[HS_129B2]
Description    HS_129B2
Icon           Plane
// Class
Class          air.HS_129B2
// Panzer
PanzerBodyFront      0.008


[HS_129B3Wa]
Description    HS_129B3Wa
Icon           Plane
// Class
Class          air.HS_129B3Wa
// Panzer
PanzerBodyFront      0.008


[IAR_80]
Description    IAR_80
Icon           Plane
// Class
Class          air.IAR_80
// Panzer
PanzerBodyFront      0.002


[IAR_81A]
Description    IAR_81A
Icon           Plane
// Class
Class          air.IAR_81A
// Panzer
PanzerBodyFront      0.002


[JU_52_3MG4E]
Description    JU_52_3MG4E
Icon           Plane
// Class
Class          air.JU_52_3MG4E
// Panzer
PanzerBodyFront      0.008


[JU_52_3MG5E]
Description    JU_52_3MG5E
Icon           Plane
// Class
Class          air.JU_52_3MG5E
// Panzer
PanzerBodyFront      0.008


[JU_87B2]
Description    JU_87B2
Icon           Plane
// Class
Class          air.JU_87B2
// Panzer
PanzerBodyFront      0.002


[JU_87D3]
Description    JU_87D3
Icon           Plane
// Class
Class          air.JU_87D3
// Panzer
PanzerBodyFront      0.002

[JU_87D5]
Description    JU_87D5
Icon           Plane
// Class
Class          air.JU_87D5
// Panzer
PanzerBodyFront      0.002


[JU_87G1]
Description    JU_87G1
Icon           Plane
// Class
Class          air.JU_87G1
// Panzer
PanzerBodyFront      0.002


[JU_88A4]
Description    JU_88A4
Icon           Plane
// Class
Class          air.JU_88A4
// Panzer
PanzerBodyFront      0.002

[KI_84_IA]
Description    KI_84_IA
Icon           Plane
// Class
Class          air.KI_84_IA
// Panzer
PanzerBodyFront      0.002

[KI_84_IB]
Description    KI_84_IB
Icon           Plane
// Class
Class          air.KI_84_IB
// Panzer
PanzerBodyFront      0.002

[KI_84_IC]
Description    KI_84_IC
Icon           Plane
// Class
Class          air.KI_84_IC
// Panzer
PanzerBodyFront      0.002

[MC_202]
Description    MC_202
Icon           Plane
Class          air.MC_202
PanzerBodyFront      0.002

[ME_163B1A]
Description    ME_163B1A
Icon           Plane
// Class
Class          air.ME_163B1A
// Panzer
PanzerBodyFront      0.002

[ME_210CA1]
Description    ME_210CA1
Icon           Plane
Class          air.ME_210CA1
PanzerBodyFront      0.008

[ME_210CA1ZSTR]
Description    ME_210CA1ZSTR
Icon           Plane
Class          air.ME_210CA1ZSTR
PanzerBodyFront      0.008

[ME_262A1A]
Description    ME_262A1A
Icon           Plane
// Class
Class          air.ME_262A1A
// Panzer
PanzerBodyFront      0.002

[ME_262A2A]
Description    ME_262A2A
Icon           Plane
// Class
Class          air.ME_262A2A
// Panzer
PanzerBodyFront      0.002

[ME_321]
Description    ME_321
Icon           Plane
// Class
Class          air.ME_321
// Panzer
PanzerBodyFront      0.008

[ME_323]
Description    ME_323
Icon           Plane
// Class
Class          air.ME_323
// Panzer
PanzerBodyFront      0.008

[MS406]
Description    MS406
Icon           Plane
Class          air.MS406
PanzerBodyFront      0.002

[MS410]
Description    MS410
Icon           Plane
Class          air.MS410
PanzerBodyFront      0.002

[MSMORKO]
Description    MSMORKO
Icon           Plane
Class          air.MSMORKO
PanzerBodyFront      0.002

[TA_152H1]
Description    TA_152H1
Icon           Plane
// Class
Class          air.TA_152H1
// Panzer
PanzerBodyFront      0.003

[A6M2_21]
Description    A6M2_21
Icon           Plane
Class          air.A6M2_21
PanzerBodyFront      0.002
[A6M2N]
Description    A6M2N
Icon           Plane
Class          air.A6M2N
PanzerBodyFront      0.002
[A6M3]
Description    A6M3
Icon           Plane
Class          air.A6M3
PanzerBodyFront      0.002
[B5N2]
Description    B5N2
Icon           Plane
Class          air.B5N2
PanzerBodyFront      0.002
[D3A1]
Description    D3A1
Icon           Plane
Class          air.D3A1
PanzerBodyFront      0.002
[FW_190A6]
Description    FW_190A6
Icon           Plane
Class          air.FW_190A6
PanzerBodyFront      0.002
[G4M1_11]
Description    G4M1_11
Icon           Plane
Class          air.G4M1_11
PanzerBodyFront      0.016
[IAR_81C]
Description    IAR_81C
Icon           Plane
Class          air.IAR_81C
PanzerBodyFront      0.002
[J2M3]
Description    J2M3
Icon           Plane
Class          air.J2M3
PanzerBodyFront      0.002
[KI_43_IA]
Description    KI_43_IA
Icon           Plane
Class          air.KI_43_IA
PanzerBodyFront      0.002
[KI_43_IB]
Description    KI_43_IB
Icon           Plane
Class          air.KI_43_IB
PanzerBodyFront      0.002
[KI_43_IC]
Description    KI_43_IC
Icon           Plane
Class          air.KI_43_IC
PanzerBodyFront      0.002
[KI_43_II]
Description    KI_43_II
Icon           Plane
Class          air.KI_43_II
PanzerBodyFront      0.002
[KI_43_IIKAI]
Description    KI_43_IIKAI
Icon           Plane
Class          air.KI_43_IIKAI
PanzerBodyFront      0.002
[KI_46_OTSU]
Description    KI_46_OTSU
Icon           Plane
Class          air.KI_46_OTSU
PanzerBodyFront      0.002
[KI_46_OTSUHEI]
Description    KI_46_OTSUHEI
Icon           Plane
Class          air.KI_46_OTSUHEI
PanzerBodyFront      0.002
[KI_46_RECCE]
Description    KI_46_RECCE
Icon           Plane
Class          air.KI_46_RECCE
PanzerBodyFront      0.002
[KI_61_IKO]
Description    KI_61_IKO
Icon           Plane
Class          air.KI_61_IKO
PanzerBodyFront      0.002
[KI_61_IHEI]
Description    KI_61_IHEI
Icon           Plane
Class          air.KI_61_IHEI
PanzerBodyFront      0.002
[KI_61_IOTSU]
Description    KI_61_IOTSU
Icon           Plane
Class          air.KI_61_IOTSU
PanzerBodyFront      0.002
[ME_262A1AU4]
Description    ME_262A1AU4
Icon           Plane
Class          air.ME_262A1AU4
PanzerBodyFront      0.002
[N1K1J]
Description    N1K1J
Icon           Plane
Class          air.N1K1J
PanzerBodyFront      0.002
[N1K1JA]
Description    N1K1JA
Icon           Plane
Class          air.N1K1JA
PanzerBodyFront      0.002

[B_17D]
Description    B_17D
Icon           Plane
Class          air.B_17D
PanzerBodyFront      0.016
[B_17F]
Description    B_17F
Icon           Plane
Class          air.B_17F
PanzerBodyFront      0.016
[B_24J100]
Description    B_24J100
Icon           Plane
Class          air.B_24J100
PanzerBodyFront      0.016
[BEAU21]
Description    BEAU21
Icon           Plane
Class          air.BEAU21
PanzerBodyFront      0.004
[F4UCORSAIR1]
Description    F4UCORSAIR1
Icon           Plane
Class          air.F4UCORSAIR1
PanzerBodyFront      0.002
[F4UCORSAIR2]
Description    F4UCORSAIR2
Icon           Plane
Class          air.F4UCORSAIR2
PanzerBodyFront      0.002
[F4UCORSAIR4]
Description    F4UCORSAIR4
Icon           Plane
Class          air.F4UCORSAIR4
PanzerBodyFront      0.002
[F2A2]
Description    F2A2
Icon           Plane
Class          air.F2A2
PanzerBodyFront      0.002
[P_40SUKAISVOLOCHHAWKA2]
Description    P_40SUKAISVOLOCHHAWKA2
Icon           Plane
Class          air.P_40SUKAISVOLOCHHAWKA2
PanzerBodyFront      0.002
[P_40SUKAISVOLOCHB]
Description    P_40SUKAISVOLOCHB
Icon           Plane
Class          air.P_40SUKAISVOLOCHB
PanzerBodyFront      0.002
[P_40SUKAISVOLOCHC]
Description    P_40SUKAISVOLOCHC
Icon           Plane
Class          air.P_40SUKAISVOLOCHC
PanzerBodyFront      0.002
[SBD3]
Description    SBD3
Icon           Plane
Class          air.SBD3
PanzerBodyFront      0.002
[SBD5]
Description    SBD5
Icon           Plane
Class          air.SBD5
PanzerBodyFront      0.002
[P_40SUKAISVOLOCH2A]
Description    P_40SUKAISVOLOCH2A
Icon           Plane
Class          air.P_40SUKAISVOLOCH2A
PanzerBodyFront      0.002
[P_40SUKAISVOLOCH2B]
Description    P_40SUKAISVOLOCH2B
Icon           Plane
Class          air.P_40SUKAISVOLOCH2B
PanzerBodyFront      0.002
[A6M5]
Description    A6M5
Icon           Plane
Class          air.A6M5
PanzerBodyFront      0.002
[A6M5B]
Description    A6M5B
Icon           Plane
Class          air.A6M5B
PanzerBodyFront      0.002
[A6M5C]
Description    A6M5C
Icon           Plane
Class          air.A6M5C
PanzerBodyFront      0.002
[A6M7_62]
Description    A6M7_62
Icon           Plane
Class          air.A6M7_62
PanzerBodyFront      0.002
[A6M7_63]
Description    A6M7_63
Icon           Plane
Class          air.A6M7_63
PanzerBodyFront      0.002
[H8K1]
Description    H8K1
Icon           Plane
Class          air.H8K1
PanzerBodyFront      0.016
[L2D]
Description    L2D
Icon           Plane
Class          air.L2D
PanzerBodyFront      0.008
[F2A_B339]
Description    F2A_B339
Icon           Plane
Class          air.F2A_B339
PanzerBodyFront      0.002
[P_38LLate]
Description    P_38LLate
Icon           Plane
Class          air.P_38LLate
PanzerBodyFront      0.002
[P_51CM]
Description    P_51CM
Icon           Plane
Class          air.P_51CM
PanzerBodyFront      0.002
[SPITFIRE5C2]
Description    SPITFIRE5C2
Icon           Plane
Class          air.SPITFIRE5C2
PanzerBodyFront      0.002
[SPITFIRE5C4]
Description    SPITFIRE5C4
Icon           Plane
Class          air.SPITFIRE5C4
PanzerBodyFront      0.002
[TEMPEST5]
Description    TEMPEST5
Icon           Plane
Class          air.TEMPEST5
PanzerBodyFront      0.002
[G4M2E]
Description    G4M2E
Icon           Plane
Class          air.G4M2E
PanzerBodyFront      0.002
[KI_100_IKO]
Description    KI_100_IKO
Icon           Plane
Class          air.KI_100_IKO
PanzerBodyFront      0.002
[MXY_7]
Description    MXY_7
Icon           Plane
Class          air.MXY_7
PanzerBodyFront      0.002

[J2M5]
Description    J2M5
Icon           Plane
Class          air.J2M5
PanzerBodyFront      0.002
[MC_200_1]
Description    MC_200_1
Icon           Plane
Class          air.MC_200_1
PanzerBodyFront      0.002
[MC_200_3]
Description    MC_200_3
Icon           Plane
Class          air.MC_200_3
PanzerBodyFront      0.002
[MC_200_7]
Description    MC_200_7
Icon           Plane
Class          air.MC_200_7
PanzerBodyFront      0.002
[MC_200_7FB]
Description    MC_200_7FB
Icon           Plane
Class          air.MC_200_7FB
PanzerBodyFront      0.002
[MC_202_3]
Description    MC_202_3
Icon           Plane
Class          air.MC_202_3
PanzerBodyFront      0.002
[MC_202_7]
Description    MC_202_7
Icon           Plane
Class          air.MC_202_7
PanzerBodyFront      0.002
[MC_202_12]
Description    MC_202_12
Icon           Plane
Class          air.MC_202_12
PanzerBodyFront      0.002
[MC_205_1]
Description    MC_205_1
Icon           Plane
Class          air.MC_205_1
PanzerBodyFront      0.002
[MC_205_3]
Description    MC_205_3
Icon           Plane
Class          air.MC_205_3
PanzerBodyFront      0.002
[N1K2JA]
Description    N1K2JA
Icon           Plane
Class          air.N1K2JA
PanzerBodyFront      0.002
[DO_335A0]
Description    DO_335A0
Icon           Plane
Class          air.DO_335A0
PanzerBodyFront      0.002

[A5M4]
Description    A5M4
Icon           Plane
Class          air.A5M4
PanzerBodyFront      0.002
[B6N2]
Description    B6N2
Icon           Plane
Class          air.B6N2
PanzerBodyFront      0.002
[BF_109K4C3]
Description    BF_109K4C3
Icon           Plane
Class          air.BF_109K4C3
PanzerBodyFront      0.002
[FW_190A5165ATA]
Description    FW_190A5165ATA
Icon           Plane
Class          air.FW_190A5165ATA
PanzerBodyFront      0.002
[KI_21_I]
Description    KI_21_I
Icon           Plane
Class          air.KI_21_I
PanzerBodyFront      0.002
[KI_21_II]
Description    KI_21_II
Icon           Plane
Class          air.KI_21_II
PanzerBodyFront      0.002
[KI_27_KO]
Description    KI_27_KO
Icon           Plane
Class          air.KI_27_KO
PanzerBodyFront      0.002
[KI_27_OTSU]
Description    KI_27_OTSU
Icon           Plane
Class          air.KI_27_OTSU
PanzerBodyFront      0.002

[DO_335V13]
Description    DO_335V13
Icon           Plane
Class          air.DO_335V13
PanzerBodyFront      0.008
[TA_152C]
Description    TA_152C
Icon           Plane
Class          air.TA_152C
PanzerBodyFront      0.002
[HE_162B]
Description    HE_162B
Icon           Plane
Class          air.HE_162B
PanzerBodyFront      0.002
[HE_162C]
Description    HE_162C
Icon           Plane
Class          air.HE_162C
PanzerBodyFront      0.002
[ME_262HGII]
Description    ME_262HGII
Icon           Plane
Class          air.ME_262HGII
PanzerBodyFront      0.002
[AR_234B2]
Description    AR_234B2
Icon           Plane
Class          air.AR_234B2
PanzerBodyFront      0.002
[HE_LERCHE3]
Description    HE_LERCHE3
Icon           Plane
Class          air.HE_LERCHE3
PanzerBodyFront      0.002
[TA_183]
Description    TA_183
Icon           Plane
Class          air.TA_183
PanzerBodyFront      0.002

[RE_2000]
Description    RE_2000
Icon           Plane
Class          air.RE_2000
PanzerBodyFront      0.002

[SM79i]
Description    SM79i
Icon           Plane
Class          air.SM79i
PanzerBodyFront      0.008

[AVIA_B534]
Description    AVIA_B534
Icon           Plane
Class          air.AVIA_B534
PanzerBodyFront      0.002

[LetovS_328]
Description    LetovS_328
Icon           Plane
Class          air.LetovS_328
PanzerBodyFront      0.002

[DXXI_DK]
Description    DXXI_DK
Icon           Plane
Class          air.DXXI_DK
PanzerBodyFront      0.002

[DXXI_DU]
Description    DXXI_DU
Icon           Plane
Class          air.DXXI_DU
PanzerBodyFront      0.002

[DXXI_SARJA3_EARLY]
Description    DXXI_SARJA3_EARLY
Icon           Plane
Class          air.DXXI_SARJA3_EARLY
PanzerBodyFront      0.002

[DXXI_SARJA3_LATE]
Description    DXXI_SARJA3_LATE
Icon           Plane
Class          air.DXXI_SARJA3_LATE
PanzerBodyFront      0.002

[DXXI_SARJA4]
Description    DXXI_SARJA4
Icon           Plane
Class          air.DXXI_SARJA4
PanzerBodyFront      0.002

[I_16TYPE5]
Description    I_16TYPE5
Icon           Plane
Class          air.I_16TYPE5
PanzerBodyFront      0.002

[I_16TYPE5_SKIS]
Description    I_16TYPE5_SKIS
Icon           Plane
Class          air.I_16TYPE5_SKIS
PanzerBodyFront      0.002

[I_16TYPE6]
Description    I_16TYPE6
Icon           Plane
Class          air.I_16TYPE6
PanzerBodyFront      0.002

[I_16TYPE6_SKIS]
Description    I_16TYPE6_SKIS
Icon           Plane
Class          air.I_16TYPE6_SKIS
PanzerBodyFront      0.002

[G_55]
Description    G_55
Icon           Plane
Class          air.G_55
PanzerBodyFront      0.002

[CW_21]
Description    CW_21
Icon           Plane
Class          air.CW_21
PanzerBodyFront      0.002

[I_15BIS]
Description    I_15BIS
Icon           Plane
Class          air.I_15BIS
PanzerBodyFront      0.002

[I_15BIS_SKIS]
Description    I_15BIS_SKIS
Icon           Plane
Class          air.I_15BIS_SKIS
PanzerBodyFront      0.002

[CANT_Z1007_BIS]
Description    CantZ1007bis
Icon           Plane
Class          air.CantZ1007bis
PanzerBodyFront      0.002

[DO_217_K1]
Description    Do217_K1
Icon           Plane
Class          air.Do217_K1
PanzerBodyFront      0.002

[DO_217_K2]
Description    Do217_K2
Icon           Plane
Class          air.Do217_K2
PanzerBodyFront      0.002

[FULMAR]
Description    Fulmar1
Icon           Plane
Class          air.Fulmar1
PanzerBodyFront      0.002

[G_55_ss0]
Description    G_55_ss0
Icon           Plane
Class          air.G_55_ss0
PanzerBodyFront      0.002

[HE_111H12]
Description    HE_111H12
Icon           Plane
Class          air.HE_111H12
PanzerBodyFront      0.002

[JU_88A17]
Description    JU_88A17
Icon           Plane
Class          air.JU_88A17
PanzerBodyFront      0.002

[JU_88A4torp]
Description    JU_88A4torp
Icon           Plane
Class          air.JU_88A4torp
PanzerBodyFront      0.002

[R_5_SKIS]
Description    R_5_SKIS
Icon           Plane
Class          air.R_5_SKIS
PanzerBodyFront      0.002

[R_5]
Description    R_5
Icon           Plane
Class          air.R_5
PanzerBodyFront      0.002

[RE_2002]
Description    RE_2002
Icon           Plane
Class          air.RE_2002
PanzerBodyFront      0.002

[JU_88A4torp]
Description    JU_88A4torp
Icon           Plane
Class          air.JU_88A4torp
PanzerBodyFront      0.002

[SWORDFISH]
Description    Swordfish1
Icon           Plane
Class          air.Swordfish1
PanzerBodyFront      0.002

[P_47D]
Description    P_47D
Icon           Plane
Class          air.P_47D
PanzerBodyFront      0.002


[SPITFIRE5B12LBS]
Description    SPITFIRE5B12LBS
Icon           Plane
Class          air.SPITFIRE5B12LBS
PanzerBodyFront      0.002

[SPITFIRE5B16LBS]
Description    SPITFIRE5B16LBS
Icon           Plane
Class          air.SPITFIRE5B16LBS
PanzerBodyFront      0.002

[SPITFIRE5BM4616LBS]
Description    SPITFIRE5BM4616LBS
Icon           Plane
Class          air.SPITFIRE5BM4616LBS
PanzerBodyFront      0.002

[SPITFIRE5C216LBS]
Description    SPITFIRE5C216LBS
Icon           Plane
Class          air.SPITFIRE5C216LBS
PanzerBodyFront      0.002

[SPITFIRE925LBSCW]
Description    SPITFIRE925LBSCW
Icon           Plane
Class          air.SPITFIRE925LBSCW
PanzerBodyFront      0.002

[SPITFIRE9CHF]
Description    SPITFIRE9CHF
Icon           Plane
Class          air.SPITFIRE9CHF
PanzerBodyFront      0.002

[SPITFIRE9M63]
Description    SPITFIRE9M63
Icon           Plane
Class          air.SPITFIRE9M63
PanzerBodyFront      0.002

[SPITFIRE9M61]
Description    SPITFIRE9M61
Icon           Plane
Class          air.SPITFIRE9M61
PanzerBodyFront      0.002



//======================================================================
//
// Ships
//
//======================================================================

//----------------------------------------------------------------------

[Destroyer_USSR_Type7]
Description  Destroyer ("Esminec") Type 7

Icon         shipDestroyer

// Models
Mesh         3do/Ships/Destroyer_USSR_Type7/hier.him

// Move
SliderDistance 350.0          // distance to "sensor of curvature" (meters)
Speed          25.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.045
NumShots       200
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     28
MinNearExplTNT 70.0
NumNearExpl    28

// Guns
//   ---------------------!-----------
//  /    -2     -4       11    -0    |
// < -6 -7         -12 -13      8- 9-|
//  \    -3     -5       10    -1    |
//   ---------------------!-----------
[Destroyer_USSR_Type7:Gun0]
Gun                MMGunBrowning50tdual
Panzer                0.001
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      1000.0
HeadMinYaw              0  //-189.0
HeadStdYaw            270  // -95.0
HeadMaxYaw            360  // -10.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       50.0
DelayAfterShoot         3.0
ChainfireTime           7.0

[Destroyer_USSR_Type7:Gun1]
Gun                MMGunBrowning50tdual
Panzer                0.001
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      1000.0
HeadMinYaw              0  // +10.0
HeadStdYaw             90  // +95.0
HeadMaxYaw            360  //+189.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       50.0
DelayAfterShoot         3.0
ChainfireTime           7.0


[Destroyer_USSR_Type7:Gun2]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw           -178.0
HeadStdYaw            -90.0
HeadMaxYaw             +1.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8

[Destroyer_USSR_Type7:Gun3]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw             -1.0
HeadStdYaw            +90.0
HeadMaxYaw           +178.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8


[Destroyer_USSR_Type7:Gun4]
Gun                 MachineGun61K
Panzer                0.010
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadMinYaw              0  //-179.5
HeadStdYaw            270  // -90.0
HeadMaxYaw            360  //  -0.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        40.0
GunMaxPitchSpeed       30.0
DelayAfterShoot         3.0
ChainfireTime           2.8

[Destroyer_USSR_Type7:Gun5]
Gun                 MachineGun61K
Panzer                0.010
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadMinYaw              0  //   0.5
HeadStdYaw             90  //  90.0
HeadMaxYaw            360  //+179.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        40.0
GunMaxPitchSpeed       30.0
DelayAfterShoot         3.0
ChainfireTime           2.8


[Destroyer_USSR_Type7:Gun6]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7:Gun7]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7:Gun8]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7:Gun9]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7:Gun10]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[Destroyer_USSR_Type7:Gun11]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[Destroyer_USSR_Type7:Gun12]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw            240.0
HeadStdYaw            270.0
HeadMaxYaw            330.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       10.0
DelayAfterShoot        30.0
ChainfireTime           0.0

[Destroyer_USSR_Type7:Gun13]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw            +45.0
HeadStdYaw            +90.0
HeadMaxYaw           +135.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed       20.0
DelayAfterShoot        30.0
ChainfireTime           0.0



// Note:   Destroyer_USSR_Type7.   .
[Destroyer_USSR_Type7_44]
Description  Destroyer ("Esminec") Type 7, 1944

Icon         shipDestroyer

// Models
Mesh         3do/Ships/Destroyer_USSR_Type7_44/hier.him

// Move
SliderDistance 350.0          // distance to "sensor of curvature" (meters)
Speed          25.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.045
NumShots       200
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     28
MinNearExplTNT 70.0
NumNearExpl    28

// Guns
//   ---------------------!-----------
//  /    -2     -4       11    -0    |
// < -6 -7         -12 -13      8- 9-|
//  \    -3     -5       10    -1    |
//   ---------------------!-----------
[Destroyer_USSR_Type7_44:Gun0]
Gun                MMGunBrowning50tdual
Panzer                0.001
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      1000.0
HeadMinYaw              0  //-189.0
HeadStdYaw            270  // -95.0
HeadMaxYaw            360  // -10.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       50.0
DelayAfterShoot         3.0
ChainfireTime           7.0

[Destroyer_USSR_Type7_44:Gun1]
Gun                MMGunBrowning50tdual
Panzer                0.001
AttackMaxDistance    1000.0
AttackMaxRadius      1000.0
AttackMaxHeight      1000.0
HeadMinYaw              0  // +10.0
HeadStdYaw             90  // +95.0
HeadMaxYaw            360  //+189.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       50.0
DelayAfterShoot         3.0
ChainfireTime           7.0


[Destroyer_USSR_Type7_44:Gun2]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw           -178.0
HeadStdYaw            -90.0
HeadMaxYaw             +1.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8

[Destroyer_USSR_Type7_44:Gun3]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw             -1.0
HeadStdYaw            +90.0
HeadMaxYaw           +178.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8


[Destroyer_USSR_Type7_44:Gun4]
Gun                 MachineGun61K
Panzer                0.010
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadMinYaw              0  //-179.5
HeadStdYaw            270  // -90.0
HeadMaxYaw            360  //  -0.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        40.0
GunMaxPitchSpeed       30.0
DelayAfterShoot         3.0
ChainfireTime           2.8

[Destroyer_USSR_Type7_44:Gun5]
Gun                 MachineGun61K
Panzer                0.010
AttackMaxDistance    4000.0
AttackMaxRadius      4000.0
AttackMaxHeight      4000.0
HeadMinYaw              0  //   0.5
HeadStdYaw             90  //  90.0
HeadMaxYaw            360  //+179.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +85.0
HeadMaxYawSpeed        40.0
GunMaxPitchSpeed       30.0
DelayAfterShoot         3.0
ChainfireTime           2.8


[Destroyer_USSR_Type7_44:Gun6]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7_44:Gun7]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7_44:Gun8]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7_44:Gun9]
Gun                 CannonB13
Panzer                0.013
AttackMaxDistance   25000.0
AttackMaxRadius     25000.0
AttackMaxHeight      9800.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed         5.0
GunMaxPitchSpeed        5.0
DelayAfterShoot         7.5
ChainfireTime             0

FireFastTargets           0

[Destroyer_USSR_Type7_44:Gun10]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[Destroyer_USSR_Type7_44:Gun11]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[Destroyer_USSR_Type7_44:Gun12]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw            240.0
HeadStdYaw            270.0
HeadMaxYaw            330.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       10.0
DelayAfterShoot        30.0
ChainfireTime           0.0

[Destroyer_USSR_Type7_44:Gun13]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw            +45.0
HeadStdYaw            +90.0
HeadMaxYaw           +135.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        10.0
GunMaxPitchSpeed       20.0
DelayAfterShoot        30.0
ChainfireTime           0.0



[BBK_1942]
Description  Big Armored Boat with rockets (Russia)

Icon         shipDestroyer

// Models
Mesh         3do/Ships/BBK_1942/hier.him

// Move
SliderDistance 190.0          // distance to "sensor of curvature" (meters)
Speed          30.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.020
NumShots       210
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     10
MinNearExplTNT 49.0           // FAB-100
NumNearExpl    13

// Guns
[BBK_1942:Gun0]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[BBK_1942:Gun1]
Gun                CannonRocketSimpleRS82
Panzer                0.030
AttackMaxDistance    3400.0
AttackMaxRadius      3400.0
AttackMaxHeight       200.0
HeadMinYaw              0.0
HeadStdYaw              0.0
HeadMaxYaw            360.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +45.0
HeadMaxYawSpeed        12.0
GunMaxPitchSpeed       12.0
DelayAfterShoot        30.0
ChainfireTime           8.0

[BBK_1942:Gun2]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw              0
HeadStdYaw              0
HeadMaxYaw            360
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8



[BBK1124_1943]
Description  Big Armored Boat (Russia, Type 1124)

Icon         shipDestroyer

// Models
Mesh         3do/Ships/BBK1124_1943/hier.him

// Move
SliderDistance 190.0          // distance to "sensor of curvature" (meters)
Speed          30.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.020
NumShots       210
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     10
MinNearExplTNT 49.0           // FAB-100
NumNearExpl    13

// Guns
[BBK1124_1943:Gun0]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[BBK1124_1943:Gun1]
Gun                CannonF34
Panzer                0.030
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.0
HeadStdYaw              0.0
HeadMaxYaw            +89.0
GunMinPitch            -4.0
GunStdPitch             0.0
GunMaxPitch           +29.0
HeadMaxYawSpeed        30.0
GunMaxPitchSpeed        5.0
DelayAfterShoot        10.0
ChainfireTime           0.0

[BBK1124_1943:Gun2]
Gun                 MachineGunDHK
Panzer                0.001
AttackMaxDistance    3500.0
AttackMaxRadius      3500.0
AttackMaxHeight      2500.0
HeadMinYaw              0
HeadStdYaw              0
HeadMaxYaw            360
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8


[LVT_2WAT]
Description  USA's LVT-2(in Water only) landing vehicle with machine gun.

Icon         shipDestroyer

// Models
Mesh         3do/Cars/LVT_2WAT/hier.him

// Move
SliderDistance 20.0           // distance to "sensor of curvature" (meters)
Speed          6.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          80
MinHitExplTNT     4
NumHitExpl        4
MinNearExplTNT    8
NumNearExpl       14

// Guns
//   ------------------
//  /                 |
// < -0               |
//  \                 |
//   ------------------
[LVT_2WAT:Gun0]
Gun                MachineGunM2HB
Panzer                0.001
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadMinYaw            -45.0
HeadStdYaw              0.0
HeadMaxYaw             45.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         2.1
ChainfireTime           6.0



[DUKW_WAT]
Description  USA 1942 Utility FrontWheelDrive TwoRearDrivingAxles Landing Craft

Icon         shipDestroyer

// Models
Mesh         3do/Cars/DUKW_WAT/hier.him

// Move
SliderDistance 21.844         // distance to "sensor of curvature" (meters)
Speed          5.12 //10.24
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          80
MinHitExplTNT     4
NumHitExpl        4
MinNearExplTNT    8
NumNearExpl       14



[LCVP]
Description  USA Landing Craft VP

Icon         shipDestroyer

// Models
Mesh         3do/Ships/LCVP/hier.him

// Move
SliderDistance 27.25          // distance to "sensor of curvature" (meters)
Speed          8.334 //16.668
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          80
MinHitExplTNT     4
NumHitExpl        4
MinNearExplTNT    8
NumNearExpl       14

// Guns
//   ------------------
//  /              0- |
// <                  |
//  \              1- |
//   ------------------
[LCVP:Gun0]
Gun                MachineGunM2HB
Panzer                0.001
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadMinYaw            -45.0
HeadStdYaw              0.0
HeadMaxYaw            155.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         2.1
ChainfireTime           6.0

[LCVP:Gun1]
Gun                MachineGunM2HB
Panzer                0.001
AttackMaxDistance    2200.0
AttackMaxRadius      2200.0
AttackMaxHeight      2200.0
HeadMinYaw           -155.0
HeadStdYaw              0.0
HeadMaxYaw             45.0
GunMinPitch           -10.0
GunStdPitch             0.0
GunMaxPitch           +89.0
HeadMaxYawSpeed        60.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         2.1
ChainfireTime           6.0

 


[Shuka]
Description  Submarine Shuka
Icon         shipDestroyer

// Models
Mesh         3do/Ships/Shuka/hier.him

// Move
SliderDistance 220.0          // distance to "sensor of curvature" (meters)
Speed          15.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.020
NumShots       370
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     10
MinNearExplTNT 49.0           // FAB-100
NumNearExpl    15


// Guns
//   ------------------
//  / -0              |
// <        -2     3- |
//  \ -1              |
//   ------------------
[Shuka:Gun0]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw             -9.0
HeadStdYaw              0.0
HeadMaxYaw             +9.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       10.0
DelayAfterShoot        30.0
ChainfireTime           0.0

[Shuka:Gun1]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw             -9.0
HeadStdYaw              0.0
HeadMaxYaw             +9.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       10.0
DelayAfterShoot        30.0
ChainfireTime           0.0

[Shuka:Gun2]
Gun                Cannon20K
Panzer                0.001
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        30.0      // ??
GunMaxPitchSpeed       25.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0

[Shuka:Gun3]
Gun                Cannon20K
Panzer                0.001
AttackMaxDistance    3000.0
AttackMaxRadius      3000.0
AttackMaxHeight      3000.0
HeadMinYaw            -89.5
HeadStdYaw              0.0
HeadMaxYaw            +89.5
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +70.0
HeadMaxYawSpeed        30.0      // ??
GunMaxPitchSpeed       25.0      // ??
DelayAfterShoot         5.0
ChainfireTime           0.0




[Submarine]
Description  Submarine
Icon         shipDestroyer

// Models
Mesh         3do/Ships/Submarine/hier.him

// Move
SliderDistance 220.0          // distance to "sensor of curvature" (meters)
Speed          15.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber 0.020
NumShots       370
MinHitExplTNT  10.0           // FAB-25
NumHitExpl     10
MinNearExplTNT 49.0           // FAB-100
NumNearExpl    15


// Guns
//   ------------------
//  /                 |
// < -1            0- |
//  \                 |
//   ------------------
[Submarine:Gun0]
Gun                 MachineGunOerlikon
Panzer                0.001
AttackMaxDistance    2300.0
AttackMaxRadius      2300.0
AttackMaxHeight      2300.0
HeadMinYaw              0.0
HeadStdYaw              0.0
HeadMaxYaw            360.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch           +80.0
HeadMaxYawSpeed        70.0
GunMaxPitchSpeed       60.0
DelayAfterShoot         3.0
ChainfireTime           2.8

[Submarine:Gun1]
Gun                BombGun5339       // torpedo
Panzer                0.030
AttackMaxDistance    2500.0
AttackMaxRadius      2500.0
AttackMaxHeight        30.0
HeadMinYaw             -9.0
HeadStdYaw              0.0
HeadMaxYaw             +9.0
GunMinPitch            -5.0
GunStdPitch             0.0
GunMaxPitch            +5.0
HeadMaxYawSpeed        20.0
GunMaxPitchSpeed       10.0
DelayAfterShoot        30.0
ChainfireTime           0.0


[DaihatsuLC]
Description  Japan Daihatsu Landing Craft

Icon         shipDestroyer

// Models
Mesh         3do/Ships/DaihatsuLC/hier.him

// Move
SliderDistance 36.83          // distance to "sensor of curvature" (meters)
Speed          7.408 //14.816
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          80
MinHitExplTNT     4
NumHitExpl        4
MinNearExplTNT    8
NumNearExpl       14



[PilotWater_JA]
Description  Japan pilot in water

Icon         shipDestroyer

// Models
Mesh         3do/humans/Paratroopers/Water/JN_Jacket/live.sim

// Move
SliderDistance 5.0            // distance to "sensor of curvature" (meters)
Speed          2.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          1
MinHitExplTNT     0.030
NumHitExpl        1
MinNearExplTNT    0.050
NumNearExpl       3


[PilotWater_US]
Description  US pilot in water

Icon         shipDestroyer

// Models
Mesh         3do/humans/Paratroopers/Water/US_Jacket/live.sim

// Move
SliderDistance 5.0            // distance to "sensor of curvature" (meters)
Speed          2.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          1
MinHitExplTNT     0.030
NumHitExpl        1
MinNearExplTNT    0.050
NumNearExpl       3


[PilotBoatWater_US]
Description  US pilot in boat in water

Icon         shipDestroyer

// Models
Mesh         3do/humans/Paratroopers/Water/US_Dinghy/live.sim

// Move
SliderDistance 5.0            // distance to "sensor of curvature" (meters)
Speed          2.0
SoundMove      models.Ship    // FIXME: not supported yet! must to write code!

// Panzer
MinShotCaliber    0.00762
NumShots          1
MinHitExplTNT     0.030
NumHitExpl        1
MinNearExplTNT    0.050
NumNearExpl       3


//======================================================================
// end of: Ships
//======================================================================


//======================================================================
// Aeronautics
//======================================================================

;---------------------------------------------------------------------------
[BarrageBalloon_600m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 600
RopeSegLength 200

MeshBalloonSummer       3do/aeronautics/barrageballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope200/live.sim
MeshAnchorSummer        3do/aeronautics/barrageanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/barrageanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005


[BarrageBalloon_1200m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 1200
RopeSegLength 200

MeshBalloonSummer       3do/aeronautics/barrageballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope200/live.sim
MeshAnchorSummer        3do/aeronautics/barrageanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/barrageanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005


[BarrageBalloon_1800m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 1800
RopeSegLength 200

MeshBalloonSummer       3do/aeronautics/barrageballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope200/live.sim
MeshAnchorSummer        3do/aeronautics/barrageanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/barrageanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005


[BarrageBalloon_2400m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 2400
RopeSegLength 200

MeshBalloonSummer       3do/aeronautics/barrageballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope200/live.sim
MeshAnchorSummer        3do/aeronautics/barrageanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/barrageanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005

;---------------------------------------------------------------------------
[ObservBalloon_30m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 30
RopeSegLength 30

MeshBalloonSummer       3do/aeronautics/observballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope30/live.sim
MeshAnchorSummer        3do/aeronautics/observanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/observanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005


[ObservBalloon_60m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 60
RopeSegLength 30

MeshBalloonSummer       3do/aeronautics/observballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope30/live.sim
MeshAnchorSummer        3do/aeronautics/observanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/observanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005


[ObservBalloon_90m]
Icon         antiaircraft  // FIXME: use 'balloon' instead

Height 90
RopeSegLength 30

MeshBalloonSummer       3do/aeronautics/observballoon/live.sim
MeshRopeSummer          3do/aeronautics/rope30/live.sim
MeshAnchorSummer        3do/aeronautics/observanchor/live.sim
MeshAnchorSummerDamage  3do/aeronautics/observanchor/live.sim  // FIXME: need damaged

// Anchor
PanzerType       Car
PanzerSubtype    2       // city cars
PanzerBody       0.005

//======================================================================
// end of: Aeronautics
//======================================================================


//======================================================================
// Smokes
//======================================================================
[Smokes]
Smoke1:Mesh     3do/Arms/Null/mono.sim
Smoke1:Effect   Effects/Smokes/SmokeShipMedium.eff

Smoke2:Mesh     3do/Arms/Null/mono.sim
Smoke2:Effect   Effects/Smokes/SmokeShipEnormous.eff

Smoke3:Mesh     3do/Arms/Null/mono.sim
Smoke3:Effect   Effects/Smokes/SmokeBoiling.eff 
Smoke4:Mesh     3do/Arms/Null/mono.sim
Smoke4:Effect   Effects/Smokes/SmokeBoilingBig.eff
Smoke5:Mesh     3do/Arms/Null/mono.sim
Smoke5:Effect   Effects/Smokes/SmokeBlack_plane.eff
Smoke6:Mesh     3do/Arms/Null/mono.sim
Smoke6:Effect   Effects/Smokes/SmokeBlackToWhite.eff 
Smoke7:Mesh     3do/Arms/Null/mono.sim
Smoke7:Effect   Effects/Smokes/SmokeWhite.eff
Smoke8:Mesh     3do/Arms/Null/mono.sim
Smoke8:Effect   Effects/Smokes/FireBoiling.eff 
Smoke9:Mesh     3do/Arms/Null/mono.sim
Smoke9:Effect   Effects/Smokes/FireBoilingBig.eff
Smoke10:Mesh     3do/Arms/Null/mono.sim
Smoke10:Effect   Effects/Smokes/SmokeFire_plane.eff
Smoke11:Mesh     3do/Arms/Null/mono.sim
Smoke11:Effect   Effects/Smokes/SmokeFireSmall.eff 
Smoke12:Mesh     3do/Arms/Null/mono.sim
Smoke12:Effect   3DO/Effects/Fireworks/FlareWhite.eff
Smoke13:Mesh     3do/Arms/Null/mono.sim
Smoke13:Effect   3DO/Effects/Fireworks/FlareRed.eff
Smoke14:Mesh     3do/Arms/Null/mono.sim
Smoke14:Effect   3DO/Effects/Fireworks/FlareGreen.eff
Smoke15:Mesh     3do/Arms/Null/mono.sim
Smoke15:Effect   3DO/Effects/Fireworks/FlareWhiteWide.eff

//======================================================================
// end of: Smokes
//======================================================================

// eof
